Datatypes Description Consider that you want to store distance between two points in variables. The distance given is 2.367 kms. Initialize a variable named "distance" to store the distance in...


Datatypes<br>Description<br>Consider that you want to store distance between two points in variables.<br>The distance given is 2.367 kms.<br>Initialize a variable named

Extracted text: Datatypes Description Consider that you want to store distance between two points in variables. The distance given is 2.367 kms. Initialize a variable named "distance" to store the distance in kilometres. Initialize a variable named "distancelnMetres" to store the distance in metres. Note: Rememberto use appropriate data types to store the distances. The code stub given will print the values accordingly, you only have to initialize the variables. Sample test case: Input: Nil Output: Distance in km32.367 Distance in metres%3D2367

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here