Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
salary
//Microsoft (R) Visual C# Compiler version 3.4.0-beta4-19562-05 (ff930dec) //Copyright (C) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { Console.Write("Enter your salary:"); double a = double.Parse(Console.ReadLine()); double insuranse = a-((a*7)/100); Console.WriteLine("minus the insurans amount: " + insuranse); double tax = insuranse-((insuranse*9)/100); Console.WriteLine("minus tax: " + tax); Console.ReadKey(); } } }
run
|
edit
|
history
|
help
0
xpath select element code
lilnq 1
D16
equation with a variable on the 2nd power
Get direct link from onedrive.com
My wall
problem_name
PERSHENDETJE
default branch name
4