You are on page 1of 1

If-else-if statement example

A program to accept student three subject marks

Find total.

Find status of student by very each subject marks>=35 in any subject below 35 display “Fail”

DISLAY “FIRST CLASS” IF TOTAL>=180, “SECOND CLASS” IF TOTAL>=150,BELOW DISLAY “THIRD CLASS”

For loop example

A program find factorial of a Given number

A program display mathematical table

While loop examples

A program display sum of digits of given number

A program find given number if prime or not

You might also like