Python problem using decision structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python problem using decision structure

Does someone knows how to write a program to calculate tuition for students, in-state 105 per credit hour(only 12 credit ) , and out- state 150 (only 15 credit hour) ?

19th Nov 2019, 8:01 PM
Ana Paula
1 Answer
+ 2
have you tried the if statement examples given from the tutorial, if you had: you should be able to do that else: maybe you should check more examples and try solve lots of "if else" problems
19th Nov 2019, 9:49 PM
✳AsterisK✳
✳AsterisK✳ - avatar