1285 Views

how to write a program to illustrate maximum of 3 numbers


mahek thakur 25th Dec, 2020
Answers (2)
Parmeshwar Suhag 25th Dec, 2020

Hello there,

You have not mentioned the programming language name. So, below I am illustrating this code in C language.

#include <stdio.h>

int main()

{

int A, B, C;

printf ( "Enter the numbers A, B and C: " );

scanf ( "%d %d %d" , &A, &B, &C);

if (A >= B && A >= C)

printf ( "%d is the largest number." , A);

if (B >= A && B >= C)

printf ( "%d is the largest number." , B);

if (C >= A && C >= B)

printf ( "%d is the largest number." , C);

return 0;

}

1 Comment
Comments (1)
26th Dec, 2020
what is the result and output can you tell me sir??
Reply
Ayush Pandey 25th Dec, 2020
Hello,

Basic logic to find max of three numbers:

if (num1 >= num2) and (num1 >= num3):
largest = num1
elif (num2 >= num1) and (num2 >= num3):
largest = num2
else:
largest = num3
print("The largest number is", largest)

Related Questions

MAHE Manipal M.Tech 2025
Apply
NAAC A++ Accredited | Accorded institution of Eminence by Govt. of India | NIRF Rank #4
Graphic Era (Deemed to be Uni...
Apply
NAAC A+ Grade | Among top 100 universities of India (NIRF 2024) | 40 crore+ scholarships distributed
Indrashil University | B.Tech...
Apply
Apply for B.Tech | AICTE Aproved | UGC Recognized | International Collaborations for Global Edge | 100% Placement Assistance
JSS University Mysore BBA Adm...
Apply
NAAC A++ Accredited| Ranked #24 in University Category by NIRF
JSS University Noida MBA 2025
Apply
170+ Recruiters Including Samsung, Zomato, LG, Adobe and many more | Highest CTC 47 LPA
UPES B.Tech Admissions 2025
Apply
Ranked #42 among Engineering colleges in India by NIRF | Highest Package 1.3 CR , 100% Placements | Last Date to Apply: 29th May
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books