次のエラーが発生しました。1:タイプまたは名前空間の名前'CountDownTime'が名前空間'System'に存在しません(アセンブリ参照がありません)2:タイプまたは名前空間のnaem'Runtime'が名前空間に存在しませんAndriod.OS(ありませんかアセンブリリファレンス)
コードで10個の減算の質問を生成し、答えを提示してから、テストに費やした時間を与えたいと思います。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.CountDownTimer;
using Android.App;
using Android.Content;
using Android.OS.Runtime;
using Android.Runtime;
using Android.Util;
using Android.Views;
using Android.Widget;
using Android;
namespace Jagtutor
{
public class Subtraction : View
{
public Subtraction (Context context, IAttributeSet attrs) :
base (context, attrs)
{
Initialize ();
}
public Subtraction (Context context, IAttributeSet attrs, int defStyle) :
base (context, attrs, defStyle)
{
Initialize ();
}
private void Initialize ()
{
int correctCount;
int count = 0;
long startTime = CountDownTimer(0);
while (count < 10)
{
// Generate two random single-digit numbers
srand(CountDownTimer(0));
int number1 = Random() % 10;
int number2 = Random() % 10;
// if number1 < number, swap number1 with number2
if (number1 < number2)
{
int temp = number1;
number1 = number2;
number2 = temp;
// PROMPT THE STUDENT TO ANSWER " WHAT IS NUMBERE1 - NUMBER2?"
Console.WriteLine("WHAT IS ")(number1);" - "(number2)("?");
// Grade the answer and display the result
if (number1 - number2 == answer){
Console.Write("You are correct!");
correctCount++;
}
else
Console.WriteLine("Your answer is wrong");
Console.WriteLine(number1);"-"(number2); " should be" (number1 - number2);
// increase the count
count++;
}
long endTime = CountDownTimer(0);
long testTime = endTime - startTime;
Console.Write(" Correct count is ")(correctCount);" Test time is" (testTime)("seconds");
return 0;
}
}
}
}