answersLogoWhite

0


Best Answer

std::cout<<"computer"<<std::endl;

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the steps in c plus plus program to print word computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why can't my C plus plus program be run on other people's computers do I need an installer or something?

You need to find out what exactly it's missing. Usually it's a dll, which was not included in the program itself. But you have it installed on your computer.


Is C plus plus an application program?

No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.


How to write a program in c plus plus to print table of even number?

void print_evens (size_t n) {for (size_t x=0; x&lt;=n; x+=2) { std::cout &lt;&lt; x &lt;&lt; std::endl; } }


Is there an answer book for the A plus program?

The A Plus Program is an initiative, not a test. So no, there is no answer book.


How do you write a c program to find a2 plus b2 plus 2ab?

{ int a,b; { a=a^2; } { b=b^2; } { c=a^2+b^2+2*a*b; print f("%d%d%d",&amp;c); get ch(); } ]

Related questions

C plus plus program to print number patterns?

bghjg


Do I need a C plus plus program to print PASCAL's triangle?

No.


Write the steps in c plus plus program to print your name and age at different lines?

#include&lt;iostream&gt; int main() { std::cout&lt;&lt;"your name\nyour age"&lt;&lt;std::endl; return(0); }


Write a program in BASIC to find the sum of the series s equals 2 plus 4 plus . plus 100?

10 print "That is not a question." 20 print "That is a command." 30 end


Is there a 2 plus 2 program for computer design?

no


C program to print numbers 1 to n?

how do we use loops in c plus plus programing and what are basic differences between do,for and while loop


What has the author Jeri R Hanly written?

Jeri R. Hanly has written: 'Essential C[plus plus]for engineers and scientists' -- subject(s): C (Computer program language) 'Essential C++ for engineers and scientists' -- subject(s): C++ (Computer program language), C (computer program language)


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


What is the importance of functions in a c plus plus program?

Functions are very important in C++, as you can't write the simplest program to print hello without using a function. Overall you can say that function are building blocks of a C++ program. Functions can also be defined by the programmer to reduce program size.


C plus plus program to print sum of uppercase digits?

Good luck. I don't think it is possible, since there is no such thing called upper case digits.


What has the author Tom Swan written?

Tom Swan has written: 'Mastering Turbo Pascal' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer program) 'Mastering Turbo Pascal6' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file) 'Tom Swan's C[plus plus] primer' -- subject(s): C++ (Computer program language) 'Mastering Windows programming with Borland C[plusplus] 4' -- subject(s): Borland C., Windows (Computer file) 'Fraternity and evolution' 'Edward Carpenter' 'Mastering Borland C[plus plus]' -- subject(s): C 'Mastering Turbo Pascal 4.0' 'Delphi 4 bible' -- subject(s): Client/server computing, Computer software, Delphi (Computer file), Development, Pascal (Computer program language), Object Pascal, Pascal (programming language) 'Tom Swan's Mastering Borland C[plus plus] 5'


What is the difference between simulater and c c plus plus etc languages?

A simulator is a computer program which reproduces the behaviour of one system upon another system. Computer languages are used to create computer programs.