I have a string of code that looks like
int main() { double first, second, temp; printf("Enter first number: "); scanf("%lf", &first); pri