Computer Science, asked by shreyaas17, 1 year ago

write programme of q-basic of two number and print the greatest

Answers

Answered by Anonymous
4
CLS INPUT "enter first no.",num1 INPUT"ENTER SECOND NO.",num2 IF NUM1>NUM2 THEN PRINT num1 "NUMBER 1IS GREATER"; ELSE PRINT num2 "NUMBER 2 IS GREATER";
Similar questions