Generation

generate functionTue, 07 Mar 2023

Write a program accept 5 subject mark for 2 student and display the student who got mark in even digit

++ def even(a): if a%2==0: return True return False even(2)

Questions about programming?Chat with your personal AI assistant