Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.