For the school we have to write a programm in the console, which writes 5 Questions for multiplicating with an Array. We got these details and shall further work now
using System;
namespace CalculateTest
{
class Question
{
public int a,b,c,answer;
public Question()
{
}
public void AskQuestion()
{
}
}
class Class1
{
static void Main(string[] args)
{
Frage[] fragen = new Frage[5];
for(int i=0;i