34
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
int i, cal, suma_alumno, num_alumnos;
8
double promedio_alumno, promedio_grupo, suma_grupo;
9
string resp;
10
suma_grupo = 0;
11
num_alumnos = 1;
12
do
13
{
14
suma_alumno = 0;
15
for (i = 1; i <= 5; i++)
16
{
17
Console.WriteLine("Dame la calificación " + i + " del alumno número " + num_alumnos);
18
cal = Convert.ToInt32(Console.ReadLine());
19
suma_alumno = suma_alumno + cal;
20
}
21
22
promedio_alumno = suma_alumno / 5;
23
Console.WriteLine("El promedio del alumno número " + num_alumnos + " es de: " + promedio_alumno);
24
suma_grupo = suma_grupo + promedio_alumno;
25
Console.WriteLine("¿Deseas capturar las calificaciones de otro alumno? S/N");
26
resp = Console.ReadLine();
27
if (resp == "S" || resp == "s")
28
num_alumnos++;
29
}
30
while (resp == "S" || resp == "s");
31
promedio_grupo = suma_grupo / num_alumnos;
32
Console.WriteLine("El promedio general del grupo de " + num_alumnos + " alumnos es de: " + promedio_grupo);
33
}
34
}
Cached Result
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\BouncyCastle\1.8.2.0\lib\BouncyCastle.Crypto.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.28.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RPC\4.28.0.0\lib\net461\Nethereum.RPC.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.29.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\BouncyCastle\1.8.2.0\lib\BouncyCastle.Crypto.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.JsonRpc.RpcClient\4.29.0.0\lib\net461\Nethereum.JsonRpc.RpcClient.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.ABI\4.29.0.0\lib\net461\Nethereum.ABI.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Accounts\4.29.0.0\lib\net461\Nethereum.Accounts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Contracts\4.29.0.0\lib\net461\Nethereum.Contracts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Web3\4.29.0.0\lib\net461\Nethereum.Web3.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.29.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.JsonRpc.RpcClient\4.29.0.0\lib\net461\Nethereum.JsonRpc.RpcClient.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.BlockchainProcessing\4.29.0.0\lib\net461\Nethereum.BlockchainProcessing.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.ABI\4.29.0.0\lib\net461\Nethereum.ABI.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Accounts\4.29.0.0\lib\net461\Nethereum.Accounts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.KeyStore\4.29.0.0\lib\net461\Nethereum.KeyStore.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RPC\4.29.0.0\lib\net461\Nethereum.RPC.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Contracts\4.29.0.0\lib\net461\Nethereum.Contracts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.28.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RPC\4.28.0.0\lib\net461\Nethereum.RPC.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.29.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\BouncyCastle\1.8.2.0\lib\BouncyCastle.Crypto.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.JsonRpc.RpcClient\4.29.0.0\lib\net461\Nethereum.JsonRpc.RpcClient.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.ABI\4.29.0.0\lib\net461\Nethereum.ABI.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Accounts\4.29.0.0\lib\net461\Nethereum.Accounts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Contracts\4.29.0.0\lib\net461\Nethereum.Contracts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Web3\4.29.0.0\lib\net461\Nethereum.Web3.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Signer\4.29.0.0\lib\net461\Nethereum.Signer.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Model\4.29.0.0\lib\net461\Nethereum.Model.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Util\4.29.0.0\lib\net461\Nethereum.Util.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Hex\4.29.0.0\lib\net461\Nethereum.Hex.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RLP\4.29.0.0\lib\net461\Nethereum.RLP.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.JsonRpc.RpcClient\4.29.0.0\lib\net461\Nethereum.JsonRpc.RpcClient.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.BlockchainProcessing\4.29.0.0\lib\net461\Nethereum.BlockchainProcessing.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.ABI\4.29.0.0\lib\net461\Nethereum.ABI.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Accounts\4.29.0.0\lib\net461\Nethereum.Accounts.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.KeyStore\4.29.0.0\lib\net461\Nethereum.KeyStore.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.RPC\4.29.0.0\lib\net461\Nethereum.RPC.dll' could not be found
: Compilation error (line 0, col 0): Metadata file 'c:\LocalResources\NuGet\Packages\Nethereum.Contracts\4.29.0.0\lib\net461\Nethereum.Contracts.dll' could not be found