15
1
using System;
2
3
public class Program
4
{
5
static void test(int x)
6
{
7
Console.WriteLine( 20*x + 3*x - 11*x );
8
// 20x + 3x - 11x
9
}
10
11
public void Main(string[] args)
12
{
13
test(25);
14
}
15
}
Cached Result
Ejercicio Supermercado
Ingrese la cantidad de productos:
>
Ingrese la cantidad de productos: