Madam/sir,Can't we make a loop of Class say to save the data of employees in say a Class named EMPDATA no. of times using loop of an object of that class like we do in case of a C++ program likeClass EmpDATA{String name;int age;......................}s[5];for(int i=0;i<5;i++){String a;int t;cin>>t;cin>>a;s[i].name=a;s[i].age=t;}for(int i=0;i<5;i++){cout<<"name="<<s[i].name;cout<<"age"=s[i].age;.......... }
When would be the upcoming online test on java?
1985 visits
Outline:Strings *char datatype *எழுத்து, எண், நிறுத்தற்குறிகள், tab, மற்றும் இடைவெளி ஆகியவை அனைத்தும் characters *variable மற்றும் character data ஐ Program விளக்குகிறது *strings க்கு அறிமுகம் *நேரடியாக initialize செய்வதன் மூலம் string ஐ உருவாக்குதல் *new operator மூலம் string ஐ உருவாக்குதல் *String length() *String concat() *String toUpperCase() *String toLowerCase()
Strings *char datatype *எழுத்து, எண், நிறுத்தற்குறிகள், tab, மற்றும் இடைவெளி ஆகியவை அனைத்தும் characters *variable மற்றும் character data ஐ Program விளக்குகிறது *strings க்கு அறிமுகம் *நேரடியாக initialize செய்வதன் மூலம் string ஐ உருவாக்குதல் *new operator மூலம் string ஐ உருவாக்குதல் *String length() *String concat() *String toUpperCase() *String toLowerCase()
Show video info
Pre-requisite