A group of students is writing a program that will convert their letter grades into a 4.0 scale. For their program, they want a letter grade to be entered to be converted into the program. Which programming construct should be used to accomplish the selection and conversion?(1 point)%0D%0AResponses%0D%0A%0D%0Afor loop%0D%0Afor loop%0D%0A%0D%0Aif-then-else%0D%0Aif-then-else%0D%0A%0D%0Acondition%0D%0Acondition%0D%0A%0D%0Awhile loop%0D%0Awhile loop
1 answer
The programming construct that should be used to accomplish the selection and conversion is the "if-then-else" statement.