Odd Number
Problem Given 7 natural numbers, write a program to select all odd natural numbers, find the sum, and find the smallest of the odd numbers. For example, given 7 natural numbers 12, 77, 38, 41, 53, 92, 85, the odd numbers among them are 77, 41, 53, 85, so the sum is Therefore, the minimum value…