subject

• Write a program that ask the user for the student name and store it in a list
and ask the user for the age and store it
in a list. Do that for 5 students.
(Sequence & Iteration)

• Add a code to ask the user for test1 and
test2 marks (the mark should be from 0
to 100, otherwise ask the user to enter
a valid mark)then get the total of both
and calculate the average and print the
total and average for the 10 students.
((Sequence, Selection & Iteration)

• If the student got above and equal 90
print "A" if student got less than 90 and
above and equal 80 print "B", if student
got less than 80 and above and equal 70
print "C" else print "weak"

• Change the 5th students age to 17 and
print the names and ages of all
students.

PLEASE HELP ME!!

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 23.06.2019 17:20
What is the best assassins creed game?
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Which boolean operator enables you to exclude a search term? a} not b} and c} or d} plus
Answers: 1
question
Computers and Technology, 24.06.2019 05:00
Who is most likely be your target audience if you create a slide presentation that had yellow background and purple text
Answers: 2
You know the right answer?
• Write a program that ask the user for the student name and store it in a list
and ask the...
Questions
question
Mathematics, 20.05.2021 16:30
question
Mathematics, 20.05.2021 16:30
question
History, 20.05.2021 16:30
question
Mathematics, 20.05.2021 16:30
question
Mathematics, 20.05.2021 16:30
question
Mathematics, 20.05.2021 16:30
Questions on the website: 13722363