From b3823c52049f47d2f98b14684a3f08bd100bdeae Mon Sep 17 00:00:00 2001 From: Leaced Date: Fri, 14 Apr 2017 19:24:04 +0200 Subject: [PATCH] neu strukturiert --- Sonstiges/BMI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Sonstiges/BMI.cpp b/Sonstiges/BMI.cpp index c0598f8..8fa5d75 100644 --- a/Sonstiges/BMI.cpp +++ b/Sonstiges/BMI.cpp @@ -19,7 +19,6 @@ int main() }while(height<0,5 || height>2.5); std::cout<<"...und jetzt dein Gewicht in Kilogramm: "; - do { getline(std::cin,input);