Table of Contents - National Institutes of Health

5. Display calculated information from steps 4 and 5. The Pseudocode //This program will get the number of miles walked //from the amount of steps taken from pedometer divided by 65 //to get calories burned. //Declare variables. Declare Real milesWalked. Declare Integer stepsTaken. Declare Integer caloriesLost. Declare String weekday //Ask for ... ................
................