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?
1097 visits
Outline:स्ट्रिंग char datatype अक्षर, अंक, विरामचिन्हे, टॅब, किंवा स्पेस सर्व वर्ण आहेत. प्रोग्राम, वेरियेबल व कॅरेक्टर डेटा समजावतो. स्ट्रिंग परिचय. थेट आरंभ करून स्ट्रिंग निर्माण करणे. नवीन ऑपरेटर वापरून स्ट्रिंग निर्माण करणे. String length() String concat() String toUpperCase() String toLowerCase()
स्ट्रिंग char datatype अक्षर, अंक, विरामचिन्हे, टॅब, किंवा स्पेस सर्व वर्ण आहेत. प्रोग्राम, वेरियेबल व कॅरेक्टर डेटा समजावतो. स्ट्रिंग परिचय. थेट आरंभ करून स्ट्रिंग निर्माण करणे. नवीन ऑपरेटर वापरून स्ट्रिंग निर्माण करणे. String length() String concat() String toUpperCase() String toLowerCase()
Show video info
Pre-requisite