1) #include <iostream>
using namespace std;
int main()
{
float x, y, c ;
c = x * y;
#include <iostream>
using namespace std;
int main()
{
float x, y, c ;
c = x / y;
2) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "ru");
int a, b, c;
int average;
average = (a + b + c) / 3;
3) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int m;
return 0;
4) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int centner;
return 0;
5) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int litr;
return 0;
6) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int grivna;
return 0;
7) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
return 0;
8) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
return 0;
9) #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Rus");
int gektar;
return 0;
int karat;
return 0;
int a, b, ravno;
cout << "Введите количсетво процентов :";
cin >> a;
cout << "Введите число от которого хотите узнать процент : ";
cin >> b;
ravno = (b / 100) * a;
cout << a << " процент от числа " << b << " составит " << ravno;
return 0;
}
return 0;