Answer:
Espero que isso ajude você!
Explanation:
O ENIAC foi inventado por J. Presper Eckert e John Mauchly na Universidade da Pensilvânia e começou a construção em 1943 e só foi concluído em 1946. Ocupava cerca de 1.800 pés quadrados e usava cerca de 18.000 tubos de vácuo, pesando quase 50 toneladas.
Answer:
INPUT "Input Length: ";LENGTH
INPUT "Input Width: ";WIDTH
AREA = WIDTH*LENGTH
IF AREA >= 250 THEN PRINT "Big room"
IF AREA < 250 THEN PRINT "Small room"
Explanation:
<span>It is a a function which helps us you to clean the input buffer.
you can use this function if you are thinking that there might be some problem creating data during user inputs from stdin. </span>