Assume in University Every student in university as entity,
prepare a class for student that store the roll no, name,
dob of student, and make funtion of deletion, manipulation,
addition of student record.
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of using for loop as "for(;;)"?
solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)
using friend function find the maximum number from given two numbers from two different classes.write all necessary functions and constructor for the classes.
How to swap two ASCII numbers?
Write code for the multiplication of COMPLEX numbers?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
5 Answers ADP, Amazon, HCL, IBM, Infosys, Satyam, TCS, Vimukti Technologies,
develop a program to calculate and print body mass index for 200 employees
0 Answers Jomo Kenyatta University,
Code for Method of Handling Factorials of Any Size?
write a program that reads a series of strings and prints only those strings begging with letter "b"
Write a function- oriented to convert the input dollar(s) into its equivalent peso. Assume that one dollar is equivalent to 51.60
write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150
void main() { int i,j=2; for(i=0;i<3;i++) if(j=i) cout<<"Lotus "; else cout<<"Rose "; } Its result is Rose Lotus Lotus.. How? Explain it?