in Education by
write a qbasic program to find out the maximum number from two given number Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
CLS CLSINPUT “Enter two number”; a, b CLSINPUT “Enter two number”; a, bIF a > b THEN CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number” CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number” CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number”ELSE CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number”ELSEPRINT b; “is greatest number” CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number”ELSEPRINT b; “is greatest number”PRINT a; “is lowest number” CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number”ELSEPRINT b; “is greatest number”PRINT a; “is lowest number”END IF CLSINPUT “Enter two number”; a, bIF a > b THENPRINT a; “is greatest number”PRINT b; “is lowest number”ELSEPRINT b; “is greatest number”PRINT a; “is lowest number”END IFEND

Related questions

0 votes
    Write a QBASIC program number from two to om find out the maximum given number . Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    Write a program to accept string from user and search a given character from string without using find() function Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    write a java program to accept alphabet and find out vowel or consonant Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    WAP to obtain 2 numbers from the user and then display the maximum number out of these 2 numbers and also display ... . (5 Points) Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    wap to obtain 2 numbers from the user and then display the maximum number out of those 2 numbers and also display ... from the number?n Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    write a program to implement a simple calculator for two input number . offers choice through a menu in python Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a C program to Read a number.Find sum of digit at even position in a number and multiplication of digit ... position in a number. Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a C program to Read a number . find sum of digit at even position in a number and multiplication of ... position in a number. Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a program to display and find the sum of any ten natural number. Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    write a program to display and find the sum of any ten natural number. Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    write a program in python to find the greatest of three no. given by user Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    write an if statement program in java to find the smallest of three given integers using min() method of the Math ... I will report. Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Write a Java program to read two strings from command line arguments and check the equality of two strings using string function. Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
...