May 07, 2025
Trending Now
  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

  •    Java String Methods...

Click Here to Buy Our Courses

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
  • Privacy Policy
Home Tag Archives: c# project step by step

Tag Archives: c# project step by step

Profit and CommissionCalculation using C#.net

By admin
April 1, 2021
in :  C#.net
0
662

This tutorial will teach you Profit and Commission Calculation using C#.net.while calculating the commission from the profit include 1% commission. Paste the code inside the ok button private void button1_Click(object sender, EventArgs e) { double buyprice = double.Parse(txtBprice.Text); double sellprice = double.Parse(txtSprice.Text); //Profit double tot = sellprice - buyprice; txtProfit.Text = tot.ToString(); //Commission double comm = tot * 1/100; txtComm.Text …

Read More

Recent Posts

  • Registration with image upload Java Jdbc(Download Source code)
  • Touchable shop Pos system using Java
  • Build Your First Responsive Login Form Using HTML and CSS FlexBox
  • Build Crud API with Laravel 12
  • laravel 12 image upload tutorial

© Copyright 2020, All Rights Reserved Powered by Tutussfunny
x