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) ?
1 ответ
+ 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