abuzaidsarah22
abuzaidsarah22 abuzaidsarah22
  • 06-11-2021
  • Computers and Technology
contestada

Please i want the code in c#
​

Please i want the code in c class=

Respuesta :

ItzFeelBeat
ItzFeelBeat ItzFeelBeat
  • 06-11-2021

  1. using System;
  2. public class Exercise6
  3. {
  4. public static void Main()
  5. {
  6. int j,n;
  7. Console.Write("\n\n");
  8. Console.Write("Display the multiplication table:\n");
  9. Console.Write("-----------------------------------");
  10. Console.Write("\n\n");
  11. Console.Write("Input the number (Table to be calculated) : ");
  12. n= Convert.ToInt32(Console.ReadLine());
  13. Console.Write("\n");
  14. for(j=1;j<=10;j++)
  15. {
  16. Console.Write("{0} X {1} = {2} \n",n,j,n*j);
  17. }
  18. }
  19. }

[tex]\huge\underline\mathtt\colorbox{cyan}{™}[/tex]

Ver imagen ItzFeelBeat
Answer Link

Otras preguntas

what mass of sodium chloride is produced when chlorine gas reacts with 0.29 grams of sodium iodide? working on stoichiometry and need help!
Is √10 in simplest form?
What does -4x + 9x equals
What kind of geography did Greece have?
What is hybrid inviability?What is hybrid infertility?
if the domain of G(x)=4-3x is -5,4,and 7 how do I find the range?
Write an equation of a parabola with its vertex at the origin and its focus at (0,-6)
Which property is demonstrated by the equation            8+(9+3)=(8+9)+3.           The choices are commutative property of addition  or associative property o
Please solve for a Earn 40 points. A=16 but I don't how to get that 4(a-1) -5 =3a + 7
Which was NOT a consequence of the Protestant reformation A:belief in purgatory B:wars of religion C:new Christian denomination D:the rise of nation-states
good job