Computer Science, asked by babitaanil75, 11 months ago

In qbasic write a program to print your current age

Answers

Answered by adarshsniper1
3

Answer:

Cls

Input" Enter your current age"; A$

Print " Your current age is "; A$

End

please check my bio and give thanks

Answered by ananya277868
7

Answer:

hey!

your answer

input "enter your date of birth" , DS

p= val (rightS(DS ,4) )

q=val (rightS (DateS ,4)

r=q - p

print "your age is "; r

Similar questions