1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NISA [10]
4 years ago
10

Assignment 4: Student Schedule edhesive

Computers and Technology
2 answers:
Zarrin [17]4 years ago
5 0

Answer:

As,we don't have any criteria given to perform this operation, so, we will be doing it all in a more arbitrary form of programming to accomplish the specific objective,and just for the sake of easiness and to make it more simple, we will go through a step wise manner.

Explanation:

  • <u>Start from here in a more step-wise manner, as will execute the operation in the Python language.</u>
  1. first_name = input('Enter your first name: ')
  2. last_name = input('Enter your last: ')
  3. classes = []
  4. while True:
  5. class_name = input('Enter a name of the (next) class (or STOP/Stop/stop): ')
  6.  if class_name not in ['STOP', 'Stop', 'stop']:
  7. room_number = input('Enter a room number of the class: ')
  8. classes.append((class_name, room_number))
  9.  else:
  10. break    
  11. if classes:
  12.  print('\n'+first_name, last_name + '\'s schedule:')
  13. print('-------------------------')
  14. print('Class\t\tRoom')
  15. print('-------------------------')    
  16. for num, (class_name, room_number) in list(enumerate(classes, start=1)):
  17. print(str(num)+'.'+class_name, '\t', room_number)
  • <em>And then by putting all the required values and specific names we can obtain the," Student Schedule". </em>
Arturiano [62]4 years ago
4 0

Answer:

?

Explanation:

You might be interested in
Initially, later, and finally are examples of what kind of words
Klio2033 [76]
Im pretty sure that the correct answer is Transition words.
3 0
3 years ago
2.Use loops to create a 4X6 matrix in which the value of each element is two times its row number minus three times its column n
DiKsa [7]

Answer:

for(i=0; i<4; i++)

{

      for(j=0;j<6;j++)

      {

               A[ i ][ j ] = 2* i - 3*j;

      }

}

Explanation:

In this loop for each i = 0,1,2,3 we fill the the corresponding column values. and then move to next i value i.e. row.

3 0
3 years ago
What is x squared times b squared
Pie

Answer:

x^2 * b^2

Explanation:

Like 3 squared times 2 squared is 3*3*2*2. Similarly the expression given in the question is equal to x*x*b*b. And that explains what is mentioned in question.

3 0
4 years ago
Write. true or false​
ella [17]
Um I need a image or smth
8 0
3 years ago
Read 2 more answers
Ou have an application running on Oracle Cloud Infrastructure. You identified that the read and write operations are slowing you
Otrada [13]

Answer:

Options A and C.

Explanation:

In Oracle Cloud Infrastructure the two options which allows you to increase disk performance are;

1. Terminate the compute instance preserving the boot volume. Create a new compute instance using a VM Dense IO shape using the boot volume preserved.

2. Create a backup of the boot volume. Create a new compute instance a VM Dense IO shape and restore the backup.

3 0
3 years ago
Other questions:
  • There is a flashing yellow light at the intersection you are approaching. What does the flashing yellow light indicate, and what
    8·1 answer
  • How do you tack pictures for this app
    15·1 answer
  • When you use a script to create all of the tables for a database, you must start with the tables that don't have _______________
    15·1 answer
  • A Silicon Valley billionaire purchases 3 new cars for his collection at the end of every month. Let a_n denote the number of car
    8·1 answer
  • Mengapakah wanita hamil memerlukan jumlah nutrien yang lebih banyak berbanding wanita tidak hamil.
    10·1 answer
  • write a program that calculates the total grade for N classroom exerices as a perfentage. the user should input the value for N
    11·1 answer
  • A computer understand..............codes.<br>​
    10·1 answer
  • Select three physical forms of storage. USB drive Primary cache Magnetic storage Secondary cache Dynamic RAM Optical drive
    7·2 answers
  • Would you rather be rich and unknown or famous and poor
    9·1 answer
  • Tyra is peer conferencing about her project with a friend. Tyra's friend provided feedback that Tyra does not agree with. What s
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!