/*
while readAccuracy returns a 1 {
call readLimits
call printInputs
call printArea
}
*/
while (readAccuracy == 1) {
calcArea (readLimits, printInputs, printArea);
}
awoc 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.