मराठी
महाराष्ट्र राज्य शिक्षण मंडळएचएससी विज्ञान (संगणक विज्ञान) इयत्ता १२ वी

Write a program in C++ to read three integers and find smallest of these numbers: - Computer Science 1

Advertisements
Advertisements

प्रश्न

Write a program in C++ to read three integers and find smallest of these numbers:

कोड लेखन

उत्तर

void main ()
{      int a; b; c; 
       cout<< " Enter three no. = "; 
       cin >> a>>b>>c; 
       int small = a; 
       if (b < small) 
{      small = b; } 
if ( c < small )
{ small = c; } 
cout<<" /n smallest no = "<< small; 
getch (); 
}
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2023-2024 (March) Official
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×