G. Resinovic Name Section K201-0uiz 2C 9/24/81 (2 pts) 1. Indicate and explain errors (if any) in the following FORTRAN arithmetic statement: RAD GN < (PET-PAUL)%3/(RAD-4Nf1)%%5-INPUT) (4 pts) 2. Translate the following mathematical expression into aneguivalent FORTRAN expression: (KAPA1-U)45.5B 8 ,24K A-THETA (6 pts) 3. Evaluate the following seguence of FGRTRAN statements, given A-2.: Bz(A-1,)%%2-2, C<((AfB)%(A-B))/2. KGRS< (A-2.%C) /(C-2.%B)/2. (8 pts) 4. Consider the following card layout: Card columns Description Form Variable Names 2-10. - Itemi Integer 11-21 Department Alphanumeric 31-35 Ouantity Integer 38-43 Price XXXX,XX (Decimal point not punched in the "Price" data field) Define variable names and write FORTRAN statements necessary to read this card and enter above data into memory registers associated with variable names.