write a program that assigns three different integers and print the greatest of there
Answers
Answered by
1
Answer:
You haven't mention language so I'm writing logic only
Explanation:
if(a>b)&&(b>c){
print("a is greatest)
}
else if(b>a)&&(a>c){
print("b is greatest")
}
else{
print("c is greatest)
}
Similar questions
Math,
4 months ago
English,
4 months ago
English,
4 months ago
Math,
9 months ago
Social Sciences,
9 months ago