1
Answer

who can help me c what problem? asp C#

Ask a question
yong fei

yong fei

14y
1.9k
1
int Correct = Convert.ToInt32(Session["Correct"].ToString());
int total = Convert.ToInt32(Session["Wrong"].ToString()) + Convert.ToInt32(Session["Correct"].ToString());
  double dbMark = 100 * correct / total;
   Response.Write("    " + total.ToString() + "      " + dbMark.ToString());
when i run my problem can not function ~

Answers (1)