subject
Computers and Technology, 25.10.2020 20:40 BluSeaa

What is the output of this program?

age = 4
if age > 5:
print("more")
else:
print("less")
Output:

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 16:30, 19thomasar
How to do this programming flowchart?
Answers: 3
image
Computers and Technology, 24.06.2019 21:50, TamB01
Maddie is traveling to india and would like to document her trip for friends and family to access online. what tool would be best? app blog listserver web page
Answers: 1
image
Computers and Technology, 25.06.2019 01:20, 11232003
Jason typically uses the internet to buy various items. it the total cost of all of the items ordered, at one time, is $250 or more, then the shipping and handling is free, otherwise the shipping and handling is $15 per item. design an algorithm that prompts jason to enter the number of items ordered and the price of each item. (remember cost = number of items order times price) the algorithm then outputs the total billing amount including shipping and handling. your algorithm must use a loop (repetition structure) to get the number and price of each item. write this in algorithm format not program code format.
Answers: 2
image
Computers and Technology, 25.06.2019 10:30, shauntleaning
Why does the hp computer not have bluetooth?
Answers: 1
You know the right answer?
What is the output of this program?

age = 4
if age > 5:
print("more")

Questions in other subjects: