the user to enter their name and display each letter in their name on a separate line python
By Elvira King at Nov 30 2020
#include main () { int a; printf("enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }
By Leigh Kuphal at Apr 25 2021
s=0 def sum(x,y): n=int(input("enter no. of terms") for i in range(n): l=int(input("enter no.")) s=s+l print(s) sum()
By Ed Nicolas at Jun 22 2021
when i enter a value in input that value should be updated in p tag using jquery
By Connie Gorczany at May 13 2021
how to not allow a user to enter a mark greater than 100 or below 0 in java
By Gene Simonis at Sep 17 2020
#include using namespace std; int main() { double leashamt,collaramt,foodamt,totamt; cout<<"enter the amount spent for a leash : ";
By Wandering Worm at Jan 17 2020
python Write code that asks users to enter the year they were born. Print out how many years old they will turn in 2019.
By Herman Willms at Dec 06 2020
Python Write a program that asks the user to enter 3 numbers. Create variables called total and average that hold the sum and average
By Hazel Kshlerin at Feb 25 2021
a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))
By Kerry Trantow at May 02 2020
Media change: please insert the disc labeled'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)'in the drive '/media/cdrom/' and press [Enter]
By Allan Bahringer at Dec 30 2020