+ 2
Variables
how to print any name ,age and address using variables like:ram age is 18 and address is.....?
11 Réponses
+ 8
You should specify in which language you want it to be, and show us you attempts..
+ 3
Tnx
0
Pleas give answer quickly guise
0
String name ="hameed jamal";
Int age =16;
String address="Peshawar";
Console.WriteLine("{0} age is {1} and address is {2}",name,age,address);
0
What is the different between document.write and console.log in JS
0
Coding for happy chhath Puja
- 1
Hello
- 1
What does mean enum in c#
- 1
Kyle ;l just offered ! I hi by ok
Yol
Plus out;! Okoliim KIMI
- 2
I am new here.... I'm in class 10th and ain't know a single thing about java coding or programming... Our boards are near.... Can anyone help how should I start??
- 5
for python
name = input("Enter ur name: ")
age = input("Enter ur age: ")
addr = input("Enter ur Address: ")
print(" Your name is: "+ name + " ,Ur age is: "+age+" and ur adderss is: ")