• Stars
    star
    1
  • Language
    Python
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

You are given an array that holds the square footage data for houses on a particular street. A new house has just been constructed on that street. Modify your program to take the new house value as input, add it to the array, and output the array sorted in ascending order.

More Repositories

1

leader-board-css3

HTML
1
star
2

newone

1
star
3

donate-today

HTML
1
star
4

world-cup2022

HTML
1
star
5

my-fast-repo

HTML
1
star
6

developer-portfolio

HTML
1
star
7

eat-healthy

HTML
1
star
8

The-given-code-includes-a-list-of-heights-for-various-basketball-players.-You-need-to-calculate-and-

Python
1
star
9

Number-guessing-using-python

Python
1
star
10

Constructor-in-c-

Write a program to print the perimeter of a triangle having sides of 3,4 and 5 units by creating a class named 'Triangle' with the constructor having the three sides as it's parameters?
Jupyter Notebook
1
star
11

Multiples-of-3-5

You are given a task to find all of the whole numbers below 100 that are multiples of both 3 and 5. Create an array of numbers below 100 that are multiples of both 3 and 5, and output it.
1
star
12

panda-commerce-bootstarp

HTML
1
star
13

laughing-waffle

when our teacher call me to create project and than i don't know program and my friend call me i want to include you in my group because i can't programming .
1
star
14

simple-date-print-in-c-

Write a program that inputs a date in a given format and show the date as output in another format in cpp? The date information should be stored in a date-type object with attributes:day,month,year.
C++
1
star
15

Seats-in-a-Theater

You are given an array that represents the occupancy of seats in a movie theater. A seat marked with 1 is occupied, while one marked 0 means the seat is free. However, the array is flat and 1-dimensional. Transform it into a 2-dimensional array, representing the rows of the seats. Each row in the theater has 5 seats and there are a total of 30 seats. Reshape the array into the corresponding shape and output the row at the given index, which is taken from user input.
Python
1
star