Computer Science, asked by sampadapradh33, 7 months ago

Write the program to Input US currency and convert it into Nepall currency. (1 dollar
110) qbasic question​

Answers

Answered by Anonymous
1

Answer:

In the calculation just type that:+

double convert;

convert = dollars × 110;

Sopln(convert);

Similar questions