Answer:
Underneath the font box there should be a capital U that is underlined.
Highlight the text you want to underline and click the U button.
Answer:
using System;
class CheckDigit
{
public static void Main (string[] args)
{ //Accepting value from user
Console.WriteLine ("Enter a four-digit account number");
int acc = Convert.ToInt32(Console.ReadLine());
int d=acc%10; //extracting the last digit
acc=acc/10; //having the first three digit
if(acc % 7 == d) //checking and displaying
Console.WriteLine ("Valid Account Number");
else
Console.WriteLine ("Invalid Account Number");
}
}
Explanation:
Hi,
The answer should be letter A.
Answer:
1. Accessible to find information
2. Computer can store information you need
3. Communication world wide to connect with others
4. High tech learning
5. Many entertaining platforms and games
Explanation:
Hope that helps