Improved ui and popup

This commit is contained in:
BOT Alex 2023-07-06 20:44:52 +02:00
parent bb125e7c7d
commit 7a1d873ae6
4 changed files with 15 additions and 4 deletions

View file

@ -8,7 +8,7 @@
public int TotalAnswers { get => NumOfCorrects + NumOfWrongs; }
public float Accuracy
{
get
get
{
return (float)NumOfCorrects / (float)TotalAnswers;
}