Write a short code to print the Bio data of a student using Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a short code to print the Bio data of a student using Java

Using just the Name, Age, Email, Mobile number, Department and Level to describe the Bio data

22nd Feb 2021, 6:12 AM
Ademola Enoch
3 Answers
+ 1
class Biodata { public static void main (String [] args) { String Biodata; Age; Email; Phone Number; Date Of Birth; String Name= Ademola Enoch; String Age= Twenty; String Email= Enochayo58@gmail.Com; String Level= National Diploma ; String Course= Computer Science; System.out.println (Biodata); } }
22nd Feb 2021, 7:45 AM
Ademola Enoch
0
Hi! in your task, you forgot to put here your sample code indicating the place where you stumbled, this could help you more efficiently
22nd Feb 2021, 7:01 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
It keeps bringing error, thats why i decided to ask to see if anyone can do it so i can correct where am wrong
22nd Feb 2021, 7:46 AM
Ademola Enoch