Write the program to Input US currency and convert it into Nepall currency. (1 dollar
110) qbasic question
Answers
Answered by
1
Answer:
In the calculation just type that:+
double convert;
convert = dollars × 110;
Sopln(convert);
Similar questions