Обсуждения
Is R, lisp and prolog hard?
0 голосов
2 ответовKindly help me here
0 голосов
4 ответовsimulation in R
0 голосов
5 ответовR for data science.
1 голос
3 ответовData science?
0 голосов
1 ответhey 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 голос
8 ответовАктуальное сегодня
Sticky position
2 Votes
Help please?
3 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Ejercicio Pytho
0 Votes
Game development
0 Votes