u also write that if(avg>=100){
cout<<"A+"<<end l;
}
it ll be better for u
User Profile
Collapse
-
1: means if any one these two variable not equal then do that
2: use for that if both these variable are not equl then do thatLeave a comment:
-
-
you can tell me about ur project may be i can help u >.............. .............Leave a comment:
-
you ceart the object of class1 in main funcation then call all the funcation on that objectLeave a comment:
-
if ur r thinking that how i create logic. so u should thik.
if i ask u about c++ and i ask u to write a program which print 1000 welcome.
one possible way cout<<"welcome" <<endl;
u ll write this sentence 1000 times. instead of this if u use a loop for this u can write it in only one sentence.
to creat ur logic u think more about the problem and find the easy way to solve it.Leave a comment:
-
java and c++ are use in different field of computer.
using java and c++ to create software, to make some things easy.
Java is not just a language but you can see it as a technology...
u use java on the web.. on desktops.. in mobile phones.. PDAs... embedded systems etc...
java provides a great deal of flexibility while choosing a platform.. a code developed in java for a web application can be reused for a mobile...Leave a comment:
-
Applications of computer graphics
What are the major application of computer graphics? -
if ur using templat function or macro's so u can do it in one statmentLeave a comment:
-
-
what r the application of templat function and templat class
how we wright the templet class and function -
in line a2 is the object of class A and a1 ia the refrence variable
this is used in inhitence class
in which we call all the function of class without creating there obj and call these by refrence variableLeave a comment:
-
int a,b,c;
cout<<"enter the value of a"<<endl;
cin>>a;
cout<<"enter the value of b"<<endl;
cin>>b;
c=a*b;
cout<<"the multiplication is =="<<c<<endl;Leave a comment:
-
mush1578 replied to write a program using one dimensional array to display the even and odd numbers outin CCode:#include<iostream> using namespace std; void main(){ [DELETED AGAIN] }Leave a comment:
-
sorting the arry of pointer to string
i need the progran with full comments which sort the arry of pointer to string
No activity results to display
Show More
Leave a comment: