Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Ploshtina na pravoagolnik
#include <iostream> #include <cstdlib> using namespace std; int main() { // inicijalizacija na promenliv float a = 8; float b = 3; float P; // dodeluvanje na vrednost na P P = a*b; cout<<"P = "<<P<<endl; system("PAUSE"); return 0; }
run
|
edit
|
history
|
help
0
Dar
QP
TypeSizeTest
tAquireSignalProcessor
compute power to a number manually, and by using function.
C++
LRU - template
Addition of two matrix **Part 1
stack::swap_30-Seconds-of-C++
Listas enlazadas - merge