Press Enter to continue
unknown
c_cpp
2 years ago
207 B
6
Indexable
//char enter=0;
printf("Press enter for Part 1 results");
//scanf(" %c", &enter);
if (getchar() == '\n')
{
results(area1, vol1, m1, load, u1, strain1, tens1, index_def1, 1);
}
Editor is loading...
Leave a Comment