Vous êtes sur la page 1sur 3

//This is Redeem technologies' first officially licensed software #include<stdio.h> #include<conio.

h> void main() { long int UC,SP,MC,E; float C=0,A,B,D; printf("|||** DESKTOP--------COMPANION **|||\n\n\n|| ANEL *** ||"); printf("\n\nEnter the username special code:"); scanf("%ld",&UC); printf("\n\nEnter the security password code:"); scanf("%ld",&SP); if(UC==111000 && SP==23132002) { ; } else { printf("\nInvalid username code or security code.\n"); return; } R: { printf("\n\n|||**** DESKTOP-----------COMPANION ****|||"); printf("\n\n******** MENU ********"); printf("\n1 Calculator =>\n2 Version =>\n3 About =>\n4 About Red eem Technologies (TM) =>\n5 Your system specifications ==>\n6 Exit =>\n"); printf("\nEnter your choice:"); scanf("%ld",&MC); } if (MC==1) { printf("*** CALCULATOR ***"); printf("\nEnter the first number:"); scanf("%f",&A); printf("\nEnter second number:"); scanf("%f",&B); printf("\nEnter the arithmetic operation ( M=1 , A=2 , S=3 , D=4 ):"); scanf("%f",&D); if (D==1) { C=A*B; printf("\nThe product is %f",C); getch(); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if (D==2) *** SECURITY P

printf("\n\n WELCOME MASTER SHREYAS IYER TO DESKTOP COMPANION.")

{ printf("\nThe sum is %f",(C=A+B)); getch(); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if (D==3) { printf("\nThe difference is %f",(C=A-B)); getch(); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if (D==4) { printf("\nThe quotient is %f",(C=A/B)); getch(); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } } else if(MC==2) { printf("\nThe current version is 1.0.0\nCheck out our website ww w.redeemgobeyond.com for latest patches."); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if(MC==3) { printf("\nDesktop companion is the most basic and free software from redeem technologies\n that gives you the essential functions in one pack.\n Desktop companion is presently in developing mode and check out our website for more updates and patches.\nThis is Desktop companion v1.0.0.0 which is \nthe fir st ever version released by the company.\nHave fun with your copy of desktop com panion!\n\n\n\nWEBSITE OF REDEEM TECHNOLOGIES :: http:\\www.redeemgobeyond.com")

; printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if(MC==4) { printf("\nRedeem technologies is the future based technology ori ented company.\nRedeem technology functions by providing important softwares for free to people.\nPresently the softwares are in developing stage.Help us by giv ing us a feedback about our products at www.redeemgobeyond.com\n\nPRESIDENT AND FOUNDER OF REDEEM TECHNOLOGIES (TM)::-- MR.SHREYAS IYER"); printf("\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if(MC==5) { printf("\nDesktop Companion gives you the full specifications of your system\nwhich has been loaded into it.\nYour system specs are as follows = =>"); printf("\n** BUILT: Custom-made PC\n** PROCESSOR:Intel i5(TM) 2n d Gen processor\n** CHIPSET:Intel chipset\n** MOTHERBOARD:ASUS Rock Fatal1ty Pro fessional\n** RAM:8192 MB(8GB)\n** RAM FREQUENCY:1333 MHz\n** GPU:Nvidia Galaxy GT 520\n** VRAM:2048 MB(2GB)\n** Clock speed:800\n** MONITOR:Phillips FULL HD 19 20X1080 LED\n** SPEAKERS:BING multimedia\n** MOUSE + KEYBOARD:Logitech (Bundled) "); printf("\n\n\n\n\n\nPress 0 to go back:"); scanf("%ld",&E); if (E==0) { goto R; } } else if(MC==6) { return; } }

Vous aimerez peut-être aussi