CS计算机代考程序代写 c++ 2
2 Q1: [Program Style and Basic Programming] (25%) Calculate the following formula by taking ! (date type: int) and ” (data type: int) as inputs. • If either of ! and ” is not positive, ask the user to input it again until the inputs are valid (! > 0 and ” > 0). • […]