Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Quadratzahl C++
SUBMITTED BY:
Guest
DATE:
Sept. 5, 2013, 4:04 p.m.
FORMAT:
C++
SIZE:
275 Bytes
Raw
Download
Tweet
HITS:
1131
Go to comments
Report
#include
<iostream>
using
namespace
std
;
int
main
()
{
int
Eingabe
;
int
Quadrat
;
cout
<<
"Geben Sie eine Zahl ein: "
;
cin
>>
Eingabe
;
Quadrat
=
Eingabe
*
Eingabe
;
cout
<<
"Die Quadratzahl lautet "
<<
Quadrat
<<
endl
;
return
0
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus