$5.00 Currency Conversion Test Procedures
- This tutorial was purchased 25 times and rated B+ by students like you.
- Posted on Oct 10, 2008 at 4:03:43PM
A:
Preview: ... Dollar <br>Amount =?<br>Currency type = Mexican Pesos<br>Amount = 5.00 Convert Mexican Pesos to U.S. dollars U.S. ...
The full tutorial is about 66 words long plus attachments and additional clarificationclarifications added later.
Attachments:
Currency Conversion Test Procedures.doc (34K) (Preview)
$10.00 IT210 - Currency Conversion Test Procedure - GUARANTEED A+
- This tutorial was purchased 19 times and rated A+ by students like you.
- Posted on Oct 10, 2008 at 7:06:04PM
A:
Preview: ... <br>Strike any character or numeric key to continue<br>Test Case 4: Illegal International value = character input<br>Input: ”L”<br>Expected Outputs:<br>Error 2: Illegal Input, Strike any character or numeric key to continue<br>**************************************************************************************************************<br> <br>Convert Currency Test <br> <br>Test Case 1: Valid International Currency = Canadian<br> Inputs:<br> Currency_Type = 1<br> Int_Value = 100.0<br> Expected Output:<br>U.S._Value = 68.12<br>Test Case 2: Valid International Currency = Mexican<br> Inputs:<br> Currency_Type = 2<br> Int_Value = 100.0<br> Expected Output:<br>U.S._Value = 10.52<br>Test Case 3: Valid International Currency = English<br> Inputs:<br> Currency_Type = 3<br> Int_Value = 100.0<br> Expected Output:<br>U.S._Value = 164.83<br>Test Case 4: Valid International Currency = Japanese<br> Inputs:<br> ...
The full tutorial is about 490 words long plus attachments.
Attachments:
Currency Conversion Test Procedure Solution.docx (15K) (Preview)
$5.00 Final Project IT210,Currency Conversion Design(Hierarchy Chart,Flowcharts,Control Flow Diagram,Pseudocode,Guaranteed A+
- This tutorial hasn't been purchased yet.
- Posted on Oct 05, 2009 at 5:03:45PM
A:
Preview: ... odule Declare selection as integer Declare currencyType as Integer Declare internationalValue as real Declare USValue as real Do While user wants to continue Display Menu Get International Value Convert Currency Display Results End loop Print exit message End Main Module Display Menu Declare continue as Boolean Set continue = true While continue = true Display "Welcome to the international currency conversion program" Display "Please make a selecti ...
The full tutorial is about 311 words long plus attachments.
Attachments:
Final Project IT 210 - Currency Conversion Design.doc (338K) (Preview)