You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit conversions are bugbears to many..!! As conversions are a crucial aspect of math and science, this calculator lends a helping hand by providing easy and convenient conversions between units.
Build
Code Quality
Unity
[Git Inspector](using github.io option)
Folder Structure
Folder
Description
1_Requirements
Documents detailing requirements and research
2_Design
Documents specifying design details
3_Implementation
All code and documentation
4_Test_plan
Documents with test plans and procedures
Contributors List and Summary
SF No.
Name
Features
Issuess Raised
Issues Resolved
No Test Cases
Test Case Pass
256153
S Sanchana
Metric Conversion
Nil
Nil
9
YES
Challenges Faced and How Was It Overcome
Inputing char for int in while(1) loop lead to infinite loop -> got value as fgets
Including files -> later resolved
Project Enhancements carried out
Variable
Bug
Fix
input_value
Character inputs was considered 0
Indicated as invalid and user asked to re-enter
input_value
Negative inputs were accepted by considering their absolute values
Indicating metric cannot be negative, user asked to re-enter