//Calculate the largest and smallest of three integers.
#include<iostream>
using namespace std;
int main()
{
// 1.Max(1)
int a,b,c,m;
cout << "Please enter three integers: "
//Calculate the largest and smallest of three integers.
#include<iostream>
using namespace std;
int main()
{
// 1.Max(1)
int a,b,c,m;
cout << "Please enter three integers: "