Programm und Software Entwicklung c, c++

You are viewing an older revision! See the latest version

Definition_Anhalteweg

Anhalteweg!

1. Deklaration: geschwindigkeit, reaktionsweg, bremsweg, anhalteweg. 2. Definition der Variable geschwindigkeit mit std::cin. 3 Reaktionsweg = Geschwingigkeit / 10 * 3 4.Bremsweg = Geschwingigkeit / 10 * Geschwingigkeit / 10 5.Anhalteweg = Reaktionsweg + Bremsweg 6.Ausgabe Anhalteweg mit std::cout.

include the mbed library with this snippet

#include "mbed.h"

All wikipages