Skip to content

Instantly share code, notes, and snippets.

View kien9977's full-sized avatar

kien9977

  • Seattle, Washington, USA
View GitHub Profile
#include <stdio.h>
#include <string.h>
int main(int argc, char *argv[]) {
float gpa;
printf("Nhap vao diem GPA: ");
scanf("%f", &gpa);
if((gpa >= 0) && (gpa < 2.0)) {