Write a QBASIC program to input two numbers and print their subtraction
Answers
Answered by
0
Answer:
Input" Enter the marks in Science" ;S. Input" Enter the marks in Nepali" ;N. Let S=E+M+S+N. Let A=S/4. Print " The name of the student is" ;N$. Print " The total marks is" ;S. Print " The Average marks" ;A. End. 23)Write a program to find 10%,20% and 30% of the input number.
Explanation:
Similar questions