Ask a New Question
Search
1. Make a C program that will input two integers
1. Make a C program that will input two integers and then to enter an option as follows:
• 1 = to add the two integers. • 2 =
0 answers
asked by
ME-ANN
742 views
Write a full program that reads in an arbitrary sequence of integers from the standard input, and writes them to the standard
1 answer
asked by
Anonymous
849 views
Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read,
1 answer
117 views
Write a program in java that reads an unspecified number of integers, determines how many positive and negative values have been
1 answer
86 views
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and
0 answers
asked by
Kwadwo
503 views
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and
1 answer
asked by
Kwadwo
479 views
Write a java application that finds the smallest of several integers. Prompt the user for the number of integers that will be
1 answer
asked by
saleh
1,175 views
Write a program whose inputs are three integers, and whose output is the smallest of the three values.
Ex: If the input is: 7 15
1 answer
85 views
Write a program in python whose inputs are three integers, and whose output is the smallest of the three values.
Ex: If the input
1 answer
81 views
Write a program that accepts two numeric values from the user and displays all integers between these values. Your program will
A
1 answer
asked by
Jane
593 views