class from descriptionThu, 27 Apr 2023

juego de tetris usando scanf y, printf y else y if

#include <stdio.h> int main(){ int x,y; scanf("%d",&x); scanf("%d",&y); if((x*y)%2==0) printf("Par"); else printf("Impar"); return 0; }

Want to kickstart your project?Use the new AI Studio to create your code