enter

1

the user to enter their name and display each letter in their name on a separate line python

By Beginner Elvira King at Nov 30 2020

0

#include main () { int a; printf("enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }

By Beginner Leigh Kuphal at Apr 25 2021

0

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 Beginner Ed Nicolas at Jun 22 2021

0

when i enter a value in input that value should be updated in p tag using jquery

By Beginner Connie Gorczany at May 13 2021

0

how to not allow a user to enter a mark greater than 100 or below 0 in java

By Beginner Gene Simonis at Sep 17 2020

-1

#include using namespace std; int main() { double leashamt,collaramt,foodamt,totamt; cout<<"enter the amount spent for a leash : ";

By Beginner Wandering Worm at Jan 17 2020

0

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 Beginner Herman Willms at Dec 06 2020

0

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 Beginner Hazel Kshlerin at Feb 25 2021

0

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 Beginner Kerry Trantow at May 02 2020

0

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 Beginner Allan Bahringer at Dec 30 2020


Related code examples


Code examples by languages