Computer Science, asked by chandralekhapanday15, 5 months ago

This the question of Qbasic here you have to write a program for it.
A. Aryan visited a factory. The factory manufactures 10 toy cars in a day. Write a program to find out the number of toy cars manufactured in a non-leap
year.
pls answer me fastly ​

Answers

Answered by aditisingh58
2

Answer:

number of days in non leap year is 365

per day manufacturing of toys is 10

so, 365×10= 3650

total number of toys produces in non leap year is 3650

Answered by soupals1upv
9

CLS

Input " Enter a variable" S

Let A = 365

Let B = 10

Let S = A*B

Print "let the no. of cars manufactured in a non leap year "; S

END

F5

Similar questions