Home › C Program C - Hình Chữ Nhật Đặc in C Program published on tháng 6 24, 2021 leave a reply #include<stdio.h>int main(){ int m, n, i, j; printf("Nhap n hang: "); scanf("%d", &n); printf("Nhap m cot: "); scanf("%d", &m); for(i = 1; i <= n; i++) { for(j = 1; j <= m; j++) printf("* "); printf("\n"); } return 0;} Previous Post Next Post post written by: admin Related PostsC - Hình Thoi Question:C++ Coding, creating a diamond bsed on user inputAnswer:/*this can be called as hallo… C++ - Write a C++ program to find maximum between two numbers. Question:Write a C++ program to find maximum between two numbers. Answer:PROGRAM:------&n… C - Hình Tam Giác Question:In C programming language:This program will output a right triangle based on user spe… C - Hình Thoi #2 Question:Needs to be a C program. Write a function displayRhombus(diagonal, fillCha…
0 Comments: