Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a program using standard string functions that accepts a price of an item and display its coded value. The base of the key is: X C O M P U T E R S 1 2 3 4 5 6 7 8 9 Sample input/output dialogue: Enter price: 489.50 Coded value: PRS.UX


Write a program using string function that determines if the input word is a palindrome. A palindrome is a word that produces the same word when it is reversed. Sample input/output dialogue: Enter a word: AMA Reversed: AMA “It is a palindrome” Enter a word: STI Reversed: ITS “It is not a palindrome”


 Create a class Point, which defines a point on the coordinate plane. Implement a count of the number of created instances of type Point


How it is easy to implement and add interchangeable components using interface? Explain with example


Create a class Point, which defines a point on the coordinate plane. Implement a count of the number of created instances of type Point


How it is easy to implement and add interchangeable components using interface? Explain with example



Create a class Employee with attributes cnic, name and salary. Make all fields private and expose them via proper getter and setter methods. Choose appropriate data type for each property yourself. In Employee class, make following constructors: a) Constructor that takes CNIC and name only. It shall intialize both fields. b) Fully parameterized constructor, that means, that takes all parameters and initialize associated instance attributes. From this constructor, call the 2nd construction to intialize CNIC and name instance attributes


Create a class called Time that has separate int member data for hours, minutes and seconds. One constructor should initialize this data to 0. and another should initialize it to fixed values. A member function should display it, in 11:59:59 format. Write a program to add time of two objects by overloading '+' operator


Create a class Point, which defines a point on the coordinate plane. Implement a count of the number of created instances of type Point.


Write a c sharp program that computes the circumstance and area of a circle. Declare pi as constant with value of 3.1416.


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS