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

Which features of C# will allow SoftSols Inc. to reuse the existing application code? Describe in
Explain any three features that must be implemented by the application that will be created by
WebSoft Solutions Pvt. Ltd. Support your answer with suitable examples. Relate the features
with the real life scenarios
write a c program which takes maximum of 10 integer numbers which are in the range of 0-100
out of input numbers one must be -1
in the ouput we should get sum of entered numbers before -1
numbers entered after -1 are not counted in the sum


for example:
input = 2 -1 2 3
ouput should be = 2


for example
input = -1 4 5
ouput should be = 0


for example
input = 10 3 4 -1
output = 17

for example
input = 2 2 3 4 5 6 -1 7 8 9
output = 22
For this project, WebSoft Solutions Pvt. Ltd. conducts a recruitment drive to hire 10 software
developers to work on various modules of the application. It conducts a written examination and
asks the aspiring candidates to create a console-based calculator application. The calculator
should be able to solve basic mathematical calculations.
The calculator should store the result of an expression in a variable called "ans", which can be
used as an input in other mathematical expressions, as shown in the following statements:
>calculate 25*(3+5-(10/2))
ans=75
>calculate ans+10
ans=85
>calculate ans*10/5
However, the candidate can declare any variable to store the result. Being an aspiring candidate,
develop the console-based calculator using C#.
Michael is a software developer in FIT technologies. He wants to add a currency converter in the
application for the convenience of international customers. Help Michael in creating the currency
converter
BS Bank Inc wants to add some additional features in the application. The company asks FIT
technologies for the following additions: [15 Marks]
? BS Bank Inc. needs to add modules to provide the following services:
a. Online share and mutual funds trading
b. General insurance for health, car, and travel [10 Marks]
BS Bank Inc. should be able to provide other services like bill payments, mobile recharge. [5
Marks] [Use static variables and static function to implement this
The execution goes back to the caller by default, when the last statement in a method is
reached.? Assuming that no return statement is used, do you agree with the preceding statement?
Specify the reason for your answer.
HiI have an App.Config file to make connection string in C# project. this is my code
when I use this code where (AttachDbFilename=|DataDirectory|Database.mdf) my data hasn't saved in database but when I use full path like this (AttachDbFilename="C:Usersuser1Documents...Database.mdf) data has saved successfully.

what's happened? What can I do?
thanks
Sharon has started to use both the stock details management and the file information viewer
features of the application. However, while using the file information viewer application, she
accidentally enters the path of a folder that does not exist on her computer. This caused the
application to stop responding. In addition, the format in which the stock details are displayed is
not clear. Therefore, she asks Hayley to modify the application so that:
The file information viewer does not stop responding in case a specified folder does not exist.
The stock details management application adds a line break before every stock details entry
whenever a new entry is added to the stock details file.

Write the code snippets that Hayley should use to address the preceding two requirements
Bank program: User can open several types of account,say current, saving, corporate & credit. user must be able to perform basic
operation on any of the mentioned type of account with some specific action with each type of account. for example corporate
account can have multiple holders, credit account can go in negative balance etc.
Account related operation will be performed by a Banker.
A Banker can perform these funtions:
Create user account
Transfer account from one branch to another
Deposite/Withdraw balance
Increase max/min limit of a user
List all the user in the bank with their balance
List all the credit & debit transaction of a user in particular duration
List all the user acording to Branch, state, city
List transactions of a day sorted by time & amount
Close account

Constraints:
Different accounts will have different interest rates.
Balance limit should not be crossed, be it minimum balance or the credit limit.
Transaction charges to be deducted from account (eg upto 10K no charges, upto 50K 20/-, and above 50/-), but make sure the account doesn't go below the limits.
Credit limit must be increase after the user has made minimum 20 transations of at least 10% of existing limit which should sum up to minimum 10x of the existing limit.
LATEST TUTORIALS
APPROVED BY CLIENTS