Math, asked by rishikaar063, 2 months ago

pls say the answer if you know only

Attachments:

Answers

Answered by SujalBendre
4

Answer:

1 4 Basic Flowchart Symbols

Whether you're trying to read a flowchart or creating a flowchart, knowing the most common flowchart symbols and conventions is going to make it a lot easier. Here, we've got the four flowchart symbols you've got to know, plus a rundown on some more intermediate process symbols if you're looking for extra credit.

1. The Oval

An End or a Beginning

Terminator

The oval, or terminator, is used to represent the start and end of a process. Use the Gliffy flowchart tool to drag and drop one of these bad boys and you've got yourself the beginning of a flowchart. Remember to use the same symbol again to show that your flowchart is complete.

2. The Rectangle

A Step in the Flowcharting Process

The Rectangle

The rectangle is your go-to symbol once you've started flowcharting. It represents any step in the process you’re diagramming and is the workhorse of the flowchart diagram. Use rectangles to capture process steps like basic tasks or actions in your process.

3. The Arrow

Indicate Directional Flow

The Arrow

The arrow is used to guide the viewer along their flowcharting path. And while there are many different types of arrow tips to choose from, we recommend sticking with one or two for your entire flowchart. This keeps your diagram looking clean, but also allows you to emphasize certain steps in your process.

4. The Diamond

Indicate a Decision

The Diamond

The diamond symbolizes that a decision is required to move forward. This could be a binary, this-or-that choice or a more complex decision with multiple choices. Make sure that you capture each possible choice within your diagram.

With those four basic symbols, you likely have everything you need to get started on your own flowchart! Give creating a flowchart a try with a free trial of Gliffy or read on for more info on intermediate flowcharting symbols..

2 Program to Check Even or Odd

#include <stdio.h>

int main() {

int num;

printf("Enter an integer: ");

scanf("%d", &num);

// True if num is perfectly divisible by 2

if(num % 2 == 0)

printf("%d is even.", num);

else

printf("%d is odd.", num);

return 0;

}

3. Check input character is alphabet, digit or special character

Difficulty Level : Medium

Last Updated : 07 Jun, 2019

All characters whether alphabet, digit or special character have ASCII value. Input character from the user will determine if it’s Alphabet, Number or Special character.

ASCII value ranges-

For capital alphabets 65 – 90

For small alphabets 97 – 122

For digits 48 – 57

All other cases are Special Characters.

Examples :

Input : 8

Output : Digit

Input : E

Output : Alphabet

I hope it's helps you then please mark me as Brainlist so I can get next Rank Ace.

tere ek Question ne pura pasena chod deya.

Please Brainlist dena and Thanks

Answered by Anonymous
1

Step-by-step explanation:

HEY, COULD WE BE FRIEND, I'M NOT MALYALAYI, THOUGH

HERE'S MY INS*TGRAM : _mans_laughter_

sn*pchat : nonu_sam21

agariatoes

Similar questions