Day 2: Print Integer of 100DaysCodingChallenge

  Hello all, 

I have started the 100 days of coding challenge to improve my programming skills..

Today is the Day2 of 100DaysCodingChallenge for 

Print Integer Number taken input by the user.

Code : 

prompt("Enter a number : ");

Output : 




Happy coding:)


Comments

Popular posts from this blog

Day 65: Pattern using loops of 100DaysCodingChallenge

Day 91: GCD Using Recursion of 100DaysCodingChallenge

Day 66: Pattern using loops of 100DaysCodingChallenge