From 57780a1a11822aadeeedb582fe67fba917cccb1b Mon Sep 17 00:00:00 2001 From: Vedant336 <72152796+Vedant336@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:41:44 +0530 Subject: [PATCH] Update ReadMe.txt --- ReadMe.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 5bb2a8e..9c040f1 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,7 +1,7 @@ HTML | Calculator -Here a Calculator is going to be formed with HTML code. +Calculator made in HTML -Calculator Title: This is the title at the top of our application, “HTML Calculator”. +Calculator Title: This is the title at the top of our application, “HTML Calculator”. Output Screen: This will be our output screen, where all text will be shown. Like the input that the user will type and the answer calculated from the user input. So, we can again break down this into two smaller pieces as shown below: Question Output: This will be the input given by the user. -Answer Output: This will be the result calculated from user input. \ No newline at end of file +Answer Output: This will be the result calculated from user input.