15 CA What out put from this code? Method Metrod (create a b) Begin METHOD WHILE (ac=b) Print (a + k ") END WHILE PRINTL
Posted: Sat May 14, 2022 6:31 pm
15 CA What out put from this code? Method Metrod (create a b) Begin METHOD WHILE (ac=b) Print (a + k ") END WHILE PRINTLINE END my Method BEGIN MAIN CALL my Method (6, 7). END MAIN