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?
823 visits
Outline:Strings *char ഡേറ്റ ടൈപ്പ് *അക്ഷരം, അക്കം, punctuation marks, ടാബ്, സ്പേസ് തുടങ്ങിയവയെല്ലാം characters ആണ്. *character ഡേറ്റ, വേരിയബിൾ വിശദമാക്കുന്ന പ്രോഗ്രാം . *stringന്റെ ആമുഖം *നേരിട്ടുള്ള intializationലൂടെ string സൃഷ്ടിക്കുന്നത് * ഒരു പുതിയ operatorലൂടെ string സൃഷ്ടിക്കുന്നത് *String length() *String concat() *String to UpperCase() *String to LowerCase()
Strings *char ഡേറ്റ ടൈപ്പ് *അക്ഷരം, അക്കം, punctuation marks, ടാബ്, സ്പേസ് തുടങ്ങിയവയെല്ലാം characters ആണ്. *character ഡേറ്റ, വേരിയബിൾ വിശദമാക്കുന്ന പ്രോഗ്രാം . *stringന്റെ ആമുഖം *നേരിട്ടുള്ള intializationലൂടെ string സൃഷ്ടിക്കുന്നത് * ഒരു പുതിയ operatorലൂടെ string സൃഷ്ടിക്കുന്നത് *String length() *String concat() *String to UpperCase() *String to LowerCase()
Show video info
Pre-requisite