-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprogram8.c
41 lines (30 loc) · 992 Bytes
/
program8.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//Write a program which accer
#include <stdio.h> //for printff and scanf
#include <stdbool.h> // for bool data type
////////////////////////////////////////////////////////////////////////////
//
// Function Name: CheckEvenOdd
// Input: Integer
// Output: Boolean
// Description: Checks if input is divisible by 3 and 5
// Author: Swaraj Nitin Mhatre
// Date: 25/04/2023
//
///////////////////////////////////////////////////////////////////////////////
// 0-35 napas , 35- pass, 50-60 second, 60-70
bool DisplayClass(float fNo){
}
////////////////////////////////////////////////////////////////////////////////////
// Entry Point Function
////////////////////////////////////////////////////////////////////////////////////
int main(){
floatfValue = 0.0f;
printf("Please enter your percentage: \n");
return 0;
}
/*
Logical Operators:
1 : Logical AND &&
2 : Logical OR ||
Expression1
*/