Computer Science, asked by AyeshaHayat, 1 year ago

Hey mates,plz help me write this algorithgm.​

Attachments:

Answers

Answered by Anonymous
2

Let A,B,C be the variable used to store the inputing numbers.

Step 1: Start

Step 2: Input three numbers and store it in A,B,C

Step 3: If (A>B) and (A>C)

Step 4: Print A is the largest

Step 5: Else if (B>C)

Step 6: Print B is the largest

Step 7: Else

Step 8: Print C is the largest

Step 9: End of if

Step 10: Stop

Hope it helps.

Answered by hamza57
13

Ayesha meri behan...kis ne kaha tha ke pura saal computer ki classes bunk kro???

Dim num 1, num2 ,num 3 As Integer

Console.Writeline("Enter num 1")

num 1=Console.Readline()

Console. Writeline("Enter num 2")

num 2=Console.Readline()

Console.Writeline("Enter num 3")

num 3= Console.Readline()

If num 1>num 2

Then

num 1 is the largest

Else if

num 2 > num 3

Then

num 2 is the largest

Else

num 3 is the largest

Console.Writeline("largest num is"&num)

Console.Readkey()

SAMAJH NHI AYE TO MERI GHALTI NHI

PARH LIYA KRO:-[

Chor do taha ko:-D:-D:-D:-D

Kal milte hai.....bye

Similar questions