Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
.NET
.NET Core
.NET MAUI
.NET Standard
Active Directory
ADO.NET
Agile Development
AI
AJAX
AlbertAGPT
Alchemy
Alexa Skills
Algorand
Algorithms in C#
Android
Angular
ArcObject
ASP.NET
ASP.NET Core
Augmented Reality
Avalanche
AWS
Azure
Backbonejs
Big Data
BizTalk Server
Blazor
Blockchain
Bootstrap
Bot Framework
Business
Business Intelligence(BI)
C#
C# Corner
C# Strings
C, C++, MFC
Career Advice
Careers and Jobs
Chapters
ChatGPT
Cloud
Coding Best Practices
Cognitive Services
COM Interop
Compact Framework
Copilot
Cortana Development
Cosmos DB
Cryptocurrency
Cryptography
Crystal Reports
CSS
Current Affairs
Custom Controls
Cyber Security
Data Mining
Data Science
Databases & DBA
Databricks
Design Patterns & Practices
DevExpress
DevOps
DirectX
Dynamics CRM
Enterprise Development
Entity Framework
Error Zone
Exception Handling
F#
Files, Directory, IO
Flutter
Games Programming
GDI+
General
Generative AI
GO
Google Cloud
Google Development
Graphics Design
Graphite Studio
Hardware
Hiring and Recruitment
HoloLens
How do I
HTML 5
Infragistics
Internet & Web
Internet of Things
Ionic
Java
Java and .NET
JavaScript
JQuery
JSON
JSP
Knockout
Kotlin
Langchain
Leadership
Learn .NET
Learn iOS Programming
LINQ
Machine Learning
Metaverse
Microsoft 365
Microsoft Fabric
Microsoft Office
Microsoft Phone
Microsoft Teams
Mobile Development
MongoDB
MuleSoft
MySQL
NEAR
NetBeans
Networking
NFT
NoCode LowCode
Node.js
Office Development
OOP/OOD
Open Source
Operating Systems
Oracle
Outsourcing
Philosophy
PHP
Polygon
PostgreSQL
Power Apps
Power Automate
Power BI
Power Pages
Printing in C#
Products
Progress
Progressive Web Apps
Project Management
Public Speaking
Python
Q#
QlikView
Quantum Computing
R
React
React Native
Reports using C#
Robotics & Hardware
RPA
Ruby on Rails
RUST
Salesforce
Security
Servers
ServiceNow
SharePoint
Sharp Economy
SignalR
Smart Devices
Snowflake
Software Architecture/Engineering
Software Testing
Solana
Solidity
Sports
SQL
SQL Server
Startups
Stratis Blockchain
Swift
SyncFusion
Threading
Tools
TypeScript
Unity
UWP
Visual Basic .NET
Visual Studio
Vue.js
WCF
Wearables
Web API
Web Design
Web Development
Web3
Windows
Windows Controls
Windows Forms
Windows PowerShell
Windows Services
Workflow Foundation
WPF
Xamarin
XAML
XML
XNA
XSharp
Register
Login
0
Answer
Visual C+ questions.
roman babayev
16y
2.5k
1
Reply
Hello,
I have a few projects that I need to complete. I will post them all below, if you can do any of them, please send me a private message. Thank you.
______________________________________________________
Project 1. Create a database of clients who rent building equipment from you consisting of either tractors, bull dozers and cranes. A crane rents for $2000 , a tractor rents for $4,500 and a bulldozer rents for $1,700. Each client can rent more than one item. (The key to the table should the client name)
Create a form that allows you to enter clients and to then produce a total of you revenue.
Project 2. Create a database of students in your class( you are the professor.) Each students takes 3 tests and a final exam. The final exam count 1/3 the grade and the class average counts 2/3. The database table should should keep track of the student averages both in class and a final grade in letter form based on the Baruch standard
Create a form that manages this in manages this in formation.
Make a method that commutes the letter grade. The method should be called grade and should return a string
A hint
if ( (average>=90) && (average <93)
return “A-“;
Project 3. Create a project that demonstrates a method that displays the equation of a line passing through two points. Let this method depend on a method called slope.
A hint the first method should contain this statement.(WATCH OUT FOR MY SPELLING OF COMPUTER CODEor errors)
return “y =” +slope.ToString()+”x+(”+b.ToString+”)”;
Project 4.(DIFFICULT) Create a database of points with fields x and y (integer values).
Then make a form that will process these points as follows
After the first two points are entered a line should be drawn between them.
As each new point is entered a new line should be drawn.
*** Extra credit : Change the drawing to draw the points as a curve or a Bezier curve.
Project 5.
The following formula computes mortgage payments for a loan.
R is the monthly payment.
i is the interest rate.
n is number of payments.
L is the amount borrowed.
As a mortgage company keep track of the client loans and their monthly payments using a method that you will create to compute the value of R.
Project 6. Create a program that draws an automobile use graphics commands.
Have methods called on like drawWheel,drawFender etc.
Project 7. Create a program the uses methods that demonstrate the laws of cosines.
Project 8. (BIG CHALLENGE) Create a database that uses two tables and causes them to interact.
Project 9 : Make a game of your own construction that uses the Random class. Try to use graphics.
Project 10: Can you create a database program that store images of gold coins??
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Creating a DLL for use with older Windows program.
identify the process using a file.