Write a program to act as an electronic safe, C/C++ Programming

Assignment Help:

Write a program to act as an electronic safe. If the correct code has been entered the program should display "Safe Open".  If an incorrect code is input it should display "Alarm" and cannot be reset.
 
#include stdio.h
void main()

  char prompt;
  int dial,code;
/* set up code */
  printf("Please enter in the numerical code \n\r");
  scanf("%d",&code);
/* Lock up safe */
  printf(" Safe locked \n\r Please enter access ... ");
  scanf("%d",&dial);
  while (dial != code )
  {
    printf("Alarm sounded \n\r");
 
  }
  printf("Safe opened \n\r"); 
  printf("Press any key to exit \n\r");
  scanf("\n%c",&prompt); 
  }


Related Discussions:- Write a program to act as an electronic safe

Recursive function, Write a recursive function recursiveMin that takes an i...

Write a recursive function recursiveMin that takes an integer array, a starting subscript and an ending subscript as arguments, and returns the smallest element in the array. The

UltimateCarRadio Project, In this assignment, you will be modifying your As...

In this assignment, you will be modifying your Assign-05 code to use more inheritance. As well, in this assignment, you will be asked to use newand delete, throw and catch except

If/else statement, to compute the net pay of an emplyee, given his/her pay ...

to compute the net pay of an emplyee, given his/her pay rate, number of hours and tax rate

Program, Write a ‘C’ program to accept any 3 digit integer number from the ...

Write a ‘C’ program to accept any 3 digit integer number from the keyboard and display the word equivalent representation of the given number.

Algorithms, algorithm to find out all the factors of given positive integer...

algorithm to find out all the factors of given positive integers

Loops, how to get plus asterisk pattern

how to get plus asterisk pattern

Flowcharting, how to create a flowchart? can you help me in my assignment a...

how to create a flowchart? can you help me in my assignment about flowcharting ....

Programming, I have a C++ programming assignment due on 8th January. As I a...

I have a C++ programming assignment due on 8th January. As I am out of country and cannot complete it, I would like to know how much fees would you charge to complete the assignmen

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd