Hallo zusammen, ich beschäftige mich etwas mit c++, bin darin neu und habt etwas verständnis dafür wenn der programmcode nicht sonderlich schön sein sollte
Ich möchte ein Programm Widerstände berechnen) schreiben in dem ich bis zu 10 Werte eingeben kann, aber man braucht ja nicht alle 10, bloß bei meinem Code will der aber werte haben sonst ist das ergebnis immer null, wie kann ich das anstellen, einfach erklärt für einen Laien?
hier mal der bisherige code:
#include
using namespace std;
int main () {
float R1 = 0;
float R2 = 0;
float R3 = 0;
float R4 = 0;
float R5 = 0;
float R6 = 0;
float R7 = 0;
float R8 = 0;
float R9 = 0;
float R10 = 0;
float Summe;
cout \> R1;
cout \> R2;
cout \> R3;
cout \> R4;
cout \> R5;
cout \> R6;
cout \> R7;
cout \> R8;
cout \> R9;
cout \> R10;
if (R1 = (1/R1));
if (R2 = (1/R2));
if (R3 = (1/R3));
if (R4 = (1/R4));
if (R5 = (1/R5));
if (R6 = (1/R6));
if (R7 = (1/R7));
if (R8 = (1/R8));
if (R9 = (1/R9));
if (R10 = (1/R10));
Summe = R1+R2+R3+R4+R5+R6+R7+R8+R9+R10;
Summe = 1/Summe;
cout