6b conditionais Write a program that, after it prints the score, prints Good job!" if `score' is greater than '80' and prints "You can do better." otherwise. The program should print Done at the end no matter what. Your output should be Your score was 85 Good job! Done Please use double quotes for your strings on this exercise - just like in the second problem of this set. 1 score - 85 2 print("Your score was + str(score)) Submit

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.7: Do While Loops
Problem 3E: (Misc. application) a. Write a program to reverse the digits of a positive integer number. For...
icon
Related questions
Question
6b - conditionals II - if/else #6
Write a program that, after it prints the score, prints Good job!" if score is greater than '80' and prints 'You can do better. otherwise. The program should print Done at the end
no matter what. Your output should be
Your score was 85
Good job!
Done
Please use double quotes for your strings on this exercise - just like in the second problem of this set.
1 score = 85
2 print("Your score was
str(score))
Submit
Transcribed Image Text:6b - conditionals II - if/else #6 Write a program that, after it prints the score, prints Good job!" if score is greater than '80' and prints 'You can do better. otherwise. The program should print Done at the end no matter what. Your output should be Your score was 85 Good job! Done Please use double quotes for your strings on this exercise - just like in the second problem of this set. 1 score = 85 2 print("Your score was str(score)) Submit
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr