1270 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 Bengaluru Law 2025
Apply
Accorded Institution of Eminence by MoE, Govt. of India | NAAC A++ Grade | Ranked #4 India by NIRF 2024
Chandigarh University Admissi...
Apply
Ranked #1 Among all Private Indian Universities in QS Asia Rankings 2025 | Scholarships worth 210 CR
MAHE Bengaluru BBA/ IPM 2025
Apply
Top Business School accredited by AACSB & AMBA | Ranked #4 by NIRF, NAAC A++ Accredited
TAPMI MBA 2025 | Technology M...
Apply
MBA Admission Open in Technology Management and AI & Data Science | NAAC A++ | Institution of Eminence | Assured Scholarships
Sanskriti University LLM Admi...
Apply
Best innovation and research-driven university of Uttar Pradesh
Maya Devi University LLM admi...
Apply
43.6 LPA Highest Package | 5.48 LPA Average Package | 150+ Courses in UG, PG, Ph.D
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