F&A Diskussionen
What is the data type of cin?
7 Stimmen
55 Antwortenhey guys, I've been trying to work out the formula 'v=I*r'. But whenever I run the program and input values for I and r, it doesn't give the right answer.
This is the code
#include <iostream>
using namespace std;
int main() {
int i,r;
int v = i*r;
cout<<"what is the value of i?\n";
cin>>i;
cout<<"what is the value of r?\n";
cin>>r;
cout<<"voltage ="<<v<<endl;
return 0;
}
p/s: I'm new to programming
1 Stimme
8 Antwortenhelp me on this code:
1 Stimme
3 Antworten6.1 c++
0 Stimmen
3 AntwortenWhat's the problem of my code
0 Stimmen
3 AntwortenInput and output
-3 Stimmen
5 AntwortenWhat is cin?
0 Stimmen
5 Antwortenc++ user input
0 Stimmen
2 Antwortenconsole input activation
0 Stimmen
8 AntwortenUser input on SoloLearn anoys me...
13 Stimmen
8 Antworten“Cin” input in C++
1 Stimme
1 AntwortTaking inputs in c/c++
3 Stimmen
4 AntwortenBuffer
1 Stimme
4 AntwortenHeute heiß
Will i land a job
1 Votes
Project ideas
1 Votes
someone helps how can i make two for loops over a 2d array in c ( i didn't learned pointers yet )
0 Votes
practising daily
0 Votes
Hi help me I am new
0 Votes
How do I solve all test cases for popsicles problem?https://www.sololearn.com/coach/3?ref=app
0 Votes
Where can I learn c#
0 Votes
Question to sololearn
1 Votes
What should i do
0 Votes