Write a program that would convert temperature

Assignment Help C/C++ Programming
Reference no: EM132305380

Objectives

This assessment item relates to the unit learning outcomes as in the unit descriptors. This checks your understanding about basic constructs of C# programming.

Details & Problems

In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console Programs to demonstrate your ability to use C# input/output via command line, C# primitive and built-in C# types, C# operators and expression, C# conditional statements, C# loop construct, and show your ability to validate the inputs to avoid run-time errors.

Q1) What is managed and unmanaged code?

Q2) Give examples of reserved keyword, literals and data types in C#.

Q3) What is the difference between "continue" and "break" statements in C#? Explain it with example.

Q4) What will be the output / error of given program? static void Main(String[] args)
{
const int m = 100; int n = 10;
const int k = n / 5 * 100 * n; Console.WriteLine(m * k); Console.ReadLine();
}

Q5) Give the output for the set of programming code.
class Program
{
static void Main(string[] args)
{
int i;
for ( i = 0; i < 5; i++)

{
}
Console. WriteLine(i); Console. ReadLine();
}
}

Q6) Write a program that would convert temperature given in Centigrade scale to Fahrenheit - the number can be integer or real. Use the formula: F = 1.8C + 32

Q7) Given a three-digit integer as input write a C# program to determine whether the number is an Armstrong number. An Armstrong number is one for which the sum of each digit raised to the power of number of digits results in the number itself.

For a three digit number 153 = 13 + 53 + 33
Note: Confine to 3-digit examples only i.e., number values between 100 to 999.

Q8) Use Euclid's Algorithm given below to determine the LCM and HCF for given two integer numbers.
- Take in as input two numbers A and B.
- Subtract the smaller of the two numbers from the Larger Number and assign the answer to the larger number.
- The above process is repeated until both the numbers are equal, say X.
- Apparently, the residual number (X) that we have obtained is the HCF.
- LCM could then be computed using the formula (A*B)/HCF Print out your answers.

Reference no: EM132305380

Questions Cloud

Analyzing grose versus sauvegeau : Analyzing Grose v. Sauvegeau, explain with details whether you agree or disagree that Sauvegeau should prevail.
Homeland security and homeland defense : How do we know the differences between Homeland Security and Homeland Defense, for example? (Who is responsible for each, how is it funded, etc.)
Universal definition of homeland security : Explain why it is important to have definitions for strategies and funding (involving Department of Homeland Security and Department of Defense).
Three core roles and responsibilities of strategic managers : What are the three core roles and responsibilities of strategic managers?
Write a program that would convert temperature : ITAP1001 - Software Development Fundamentals - Victorian Institute of Technology - Write a program that would convert temperature given in Centigrade scale
Discuss an organization of your choice : Discuss an organization of your choice that has reinvented itself over time with competitors and industry shifts.
Fill multinational management positions : More companies are seeking to fill multinational management positions due to the influx of business growth abroad.
Main data-analytics challenges-discovery health was facing : What main data/analytics challenges, Discovery Health was facing? (Discovery Health Turns Big Data into Better Healthcare)
What big data sources discovery healtha : What big data sources Discovery Health use for their analytic solutions? (Discovery Health Turns Big Data into Better Healthcare)

Reviews

len2305380

5/14/2019 3:53:11 AM

What to Submit. You should submit the file (doc) containing answers (description/error/output) of questions (Q1 to Q8). Answers of Q5 to Q8 should contain following headings for each problem. • Overview of program • Source code • Screenshots for sample inputs, outputs and errors.

Write a Review

C/C++ Programming Questions & Answers

  Create and print out the two arrays

Create and print out the two arrays: (Be sure to do this first) You are allowed to hard code these arrays into your program.

  Program loops and if conditions write a program that

program loops and if conditions write a program that requests a password after the authorprogram information is

  Write a program that uses the given programmers block

PRG255 - Advance Programming Using C Assignment - Final Project, Seneca College, Canada. Write a program that uses the following PROGRAMMER'S BLOCK

  Returns a count of the steps through the sort

Please write a c++ implimentation that returns a count of the steps through the sort. (do not worry about updating count, I will rewrite that segemnt. I need help with writing the shell sort.

  Complete the payroll program with following driver object

complete the payroll program with the following driver objects.

  Selection and repetition concepts

Use Selection and Repetition Concepts for this problem. A parts inventory record contains the following fields:

  What is the first line of output when this program is run

What is the first line of output when this program is run? What is the second line of output when this program is run? What is the first line of output when this program is run?

  Develop gui layout

You are also required to develop your GUI layout that is similar to the screenshot below. You are not expected to have the locations and size of each control correct to the last pixel, however the relative position of the controls is to be maintai..

  Calculate the cube of a number

Write a program that will calculate the cube of a number. Do this by writing a user defined function that returns the cube of the value passed to it. Print out the results from main.

  Write some code that will create a stream named filein

Write some code that will create a stream named fileIn that is a member of the class Scanner. It should connect the stream to a text file named sally.

  What must total asset turnover be

What must total asset turnover be? (Do not round intermediate calculations and round your final answer to 2 decimal places, e.g., 32.16.)

  Why are timestamps used in the kerberos protocol

Assume that Alice shares a secret s with her company's server computer. When Alice is on a trip, she tries to store an important message in the CEO's account directory.

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