#include<conio.h>
#include<stdio.h>
void main(void)
{
int sell_pr, profit, cost_pr, cost_pr_one_item ;
clrscr();
printf("Please enter the selling price of 15 items:");
scanf("%d", &sell_pr);
printf("Please enter the profit earned on 15 items:");
scanf("%d", &profit);
cost_pr = sell_pr - profit;
cost_pr_one_item = cost_pr/15;
printf("Cost price of one item is %d", cost_pr_one_item);
getch();
}
mesh's basic salary is input through the keyboard. his dearness allowance is 40% of basic salarying , and house rent allowance is 20% of basic salaried. write a program to calculate his gross salary
printf(\n "ENTER THE NUMBER\t"); scanf{"%d",&a); while(a!=0); { r=a%2; if(r==0) printf("\n\n THE NUMBER IS EVEN \t"); else printf("\n\n THE NUMBER IS ODD \t"); printf ("\n ENTER THE NUMBER \t"); scanf("%d",&a); } getch(); }
An instruction book or program that takes users through a prescribed series of steps to learn a complex program is called a tutorial.
We use these to make ur project respond through the keyboard
#include<stdio.h> #include<conio.h> int main () { int num; printf("enter the number"); scanf("%d",&num); if(num<0) num=(-1)*num; printf("absolute value=%d",num); getch(); return 0; }
mesh's basic salary is input through the keyboard. his dearness allowance is 40% of basic salarying , and house rent allowance is 20% of basic salaried. write a program to calculate his gross salary
nine seven two
the keyboard enable the user to communicate with the computer through typying of(input of data).
Selling can take place through a retail transaction, a business-to-business transaction, or through telemarketing
Selling can take place through a retail transaction, a business-to-business transaction, or through telemarketing
through keyboard
Selling can take place through a retail transaction, a business-to-business transaction, or through telemarketing
Yes, you can replace the keyboard. 1. Go to market place on your phone. 2. Type in keyboard in the search bar and browse through which keyboard you would like to try. ( a very popular, well developed keyboard is smartkeyboard) 3. install the application and follow the instructions as to how to set it is as your default keyboard.
To play a MIDI keyboard through your PC, you will need to connect the keyboard to your computer using a MIDI-to-USB cable or interface. Then, you can use music software like a digital audio workstation (DAW) to recognize and play the MIDI signals from your keyboard. Make sure to select the MIDI keyboard as the input device in the software settings to start playing and recording music on your PC.
Hold the apple/command key and the (=/+) key and then type what you want...This works in Microsoft word... not such about anything else.
you press on the arrow keys on the keyboard.
An input device. In fact it is the ONLY way to input data into a computer. However, the most common input device is the computer's hard-drives or mass-storage devices (which are also output devices), followed by the mouse and keyboard.