1294 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)
Amity University-Noida B.Tech...
Apply
Among top 100 Universities Globally in the Times Higher Education (THE) Interdisciplinary Science Rankings 2026
Indus University M.Tech Admis...
Apply
Highest CTC 26 LPA | Top Recruiters: Accenture, TCS, Tech Mahindra, Capgemini, Microsoft
MAHE, Manipal - B.Tech Admiss...
Apply
Last Date to Apply: 15th March | NAAC A++ Accredited | Accorded institution of Eminence by Govt. of India | NIRF Rank #3
Greater Noida Institute of Te...
Apply
NAAC A+ Accredited | Highest CTC 70 LPA | Average CTC 6.5 LPA | 400+ Recruiters
Victoria University, Delhi NCR
Apply
Apply for UG & PG programmes from Victoria University, Delhi NCR Campus
Amity University-Noida BBA Ad...
Apply
Among top 100 Universities Globally in the Times Higher Education (THE) Interdisciplinary Science Rankings 2026
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