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
3 Respostas
+ 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);
        
    }
    
    
}
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
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



