{"id":6016,"date":"2025-01-24T17:35:30","date_gmt":"2025-01-24T17:35:30","guid":{"rendered":"http:\/\/localhost:8080\/csharp-test\/docs\/c\/operators\/arithmetic-operators\/"},"modified":"2025-03-26T03:48:05","modified_gmt":"2025-03-26T03:48:05","slug":"arithmetic-operators","status":"publish","type":"docs","link":"https:\/\/www.completecsharptutorial.com\/docs\/csharp\/operators\/arithmetic-operators\/","title":{"rendered":"Arithmetic operators"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6016\" class=\"elementor elementor-6016\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9002170 e-flex e-con-boxed e-con e-parent\" data-id=\"9002170\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7ce00e elementor-widget elementor-widget-heading\" data-id=\"d7ce00e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">C# Arithmetic Operators with Example \u2013 Learn Basic Math Operations<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7cb7c1 e-flex e-con-boxed e-con e-parent\" data-id=\"b7cb7c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b97e2b5 elementor-widget elementor-widget-text-editor\" data-id=\"b97e2b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Hey! So, you&#8217;re learning about <strong>arithmetic operators<\/strong> in C#? Great choice! These operators are like the math tools you\u2019ll use every day while coding. They help you perform basic math operations like adding, subtracting, multiplying, and more.<\/p><p>\u00a0<\/p><h3>What Are Arithmetic Operators?<\/h3><p>In C#, <strong>arithmetic operators<\/strong> are used to perform calculations on numbers. If you\u2019ve used a calculator before, you\u2019re probably already familiar with these operations. In programming, they\u2019re used to handle numbers and values in a similar way.<\/p><p>Let\u2019s go over each operator and see how it works.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1133414 elementor-widget elementor-widget-text-editor\" data-id=\"1133414\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3>1. <strong>Addition (+)<\/strong><\/h3><p>The <code>+<\/code> operator is used to add two numbers together. It\u2019s just like the &#8220;plus&#8221; button on your calculator. For example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0ff4a9 elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"e0ff4a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"csharp\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-csharp\">\r\n\t\t\t\t\tint sum = 5 + 3;  \/\/ sum will be 8\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c307649 elementor-widget elementor-widget-text-editor\" data-id=\"c307649\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It adds <code>5<\/code> and <code>3<\/code> to get <code>8<\/code>.<\/p><p>\u00a0<\/p><h3>2. <strong>Subtraction (-)<\/strong><\/h3><p>Next up, we have the <code>-<\/code> operator. It\u2019s used to subtract one number from another. Just like the &#8220;minus&#8221; button on a calculator. Here\u2019s an example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d90cdd0 elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"d90cdd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"csharp\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-csharp\">\r\n\t\t\t\t\tint difference = 10 - 4;  \/\/ difference will be 6\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0741c70 elementor-widget elementor-widget-text-editor\" data-id=\"0741c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It subtracts <code>4<\/code> from <code>10<\/code> to give you <code>6<\/code>.<\/p><p>\u00a0<\/p><h3>3. <strong>Multiplication (*)<\/strong><\/h3><p>The <code>*<\/code> operator is used to multiply numbers. Think of it as the &#8220;times&#8221; button. Let\u2019s see an example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f091a33 elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"f091a33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"markup\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-markup\">\r\n\t\t\t\t\tint product = 4 * 3;  \/\/ product will be 12\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-243a60c elementor-widget elementor-widget-text-editor\" data-id=\"243a60c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It multiplies <code>4<\/code> by <code>3<\/code> to give you <code>12<\/code>.<\/p><p>\u00a0<\/p><h3>4. <strong>Division (\/)<\/strong><\/h3><p>Now, the <code>\/<\/code> operator is for dividing numbers. Just like the &#8220;divide&#8221; button on a calculator. For example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d4c2b4 elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"9d4c2b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"markup\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-markup\">\r\n\t\t\t\t\tint quotient = 20 \/ 4;  \/\/ quotient will be 5\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8e8edc elementor-widget elementor-widget-text-editor\" data-id=\"d8e8edc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It divides <code>20<\/code> by <code>4<\/code>, and the result is <code>5<\/code>. Keep in mind, C# will perform <strong>integer division<\/strong> if both numbers are integers. So, if you divide <code>7 \/ 3<\/code>, you\u2019ll get <code>2<\/code> because C# will ignore the decimal part.<\/p><p>But, if you want a more precise result (with decimals), you can use <strong>floating-point numbers<\/strong> (like <code>float<\/code> or <code>double<\/code>). Here\u2019s an example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0a26eb elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"f0a26eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"csharp\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-csharp\">\r\n\t\t\t\t\tdouble preciseDivision = 7.0 \/ 3.0;  \/\/ preciseDivision will be 2.3333\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d848f7e elementor-widget elementor-widget-text-editor\" data-id=\"d848f7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3>\u00a0<\/h3><h3>5. <strong>Modulus (%)<\/strong><\/h3><p>The <code>%<\/code> operator is super handy! It\u2019s used to find the remainder of a division. For example:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caf5fc1 elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"caf5fc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"csharp\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-csharp\">\r\n\t\t\t\t\tint remainder = 7 % 3;  \/\/ remainder will be 1\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bd0f7d e-flex e-con-boxed e-con e-parent\" data-id=\"2bd0f7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1564aca elementor-widget elementor-widget-text-editor\" data-id=\"1564aca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It divides <code>7<\/code> by <code>3<\/code>, but instead of giving the result of the division, it gives you the remainder. So in this case, <code>7 \u00f7 3<\/code> leaves a remainder of <code>1<\/code>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb5da9c elementor-widget elementor-widget-heading\" data-id=\"eb5da9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Arithmetic operators table<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a810b6 elementor-widget elementor-widget-html\" data-id=\"3a810b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"table-responsive\">\r\n<table class=\"table table-bordered\">\r\n    <thead>\r\n        <tr>\r\n            <th>Operator<\/th>\r\n            <th>Description<\/th>\r\n            <th>Example<\/th>\r\n            <th>Output<\/th>\r\n        <\/tr>\r\n    <\/thead>\r\n    <tbody>\r\n        <tr>\r\n            <td><code>+ (Addition)<\/code><\/td>\r\n            <td>Adds two numbers<\/td>\r\n            <td><code>int sum = 5 + 3;<\/code><\/td>\r\n            <td>8<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><code>- (Subtraction)<\/code><\/td>\r\n            <td>Subtracts one number from another<\/td>\r\n            <td><code>int diff = 10 - 4;<\/code><\/td>\r\n            <td>6<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><code>* (Multiplication)<\/code><\/td>\r\n            <td>Multiplies two numbers<\/td>\r\n            <td><code>int product = 4 * 3;<\/code><\/td>\r\n            <td>12<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><code>\/ (Division)<\/code><\/td>\r\n            <td>Divides one number by another<\/td>\r\n            <td><code>int quotient = 20 \/ 4;<\/code><\/td>\r\n            <td>5<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><code>% (Modulus)<\/code><\/td>\r\n            <td>Returns the remainder of division<\/td>\r\n            <td><code>int remainder = 7 % 3;<\/code><\/td>\r\n            <td>1<\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n<\/table>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d3f880 elementor-widget elementor-widget-heading\" data-id=\"3d3f880\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">C# Arithmetic operators with example<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f360ba1 elementor-widget elementor-widget-text-editor\" data-id=\"f360ba1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Now, let\u2019s say we want to create a simple program that takes two numbers from the user and performs <strong>all arithmetic operations<\/strong> on them. We&#8217;ll then display the results.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6680a8a elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"6680a8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism\" data-lng-type=\"csharp\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-csharp\">\r\n\t\t\t\t\tusing System;\r\n\r\nclass ArithmeticOperatorsDemo\r\n{\r\n    static void Main()\r\n    {\r\n        \/\/ Ask the user to enter two numbers\r\n        Console.Write(&quot;Enter the first number: &quot;);\r\n        int num1 = Convert.ToInt32(Console.ReadLine());\r\n\r\n        Console.Write(&quot;Enter the second number: &quot;);\r\n        int num2 = Convert.ToInt32(Console.ReadLine());\r\n\r\n        \/\/ Perform arithmetic operations\r\n        int addition = num1 + num2;      \/\/ Adds the two numbers\r\n        int subtraction = num1 - num2;   \/\/ Subtracts the second number from the first\r\n        int multiplication = num1 * num2;\/\/ Multiplies the numbers\r\n        int division = num1 \/ num2;      \/\/ Divides first number by second (integer division)\r\n        int modulus = num1 % num2;       \/\/ Finds the remainder\r\n\r\n        \/\/ Display results\r\n        Console.WriteLine(&quot;\\nResults:&quot;);\r\n        Console.WriteLine($&quot;Addition: {num1} + {num2} = {addition}&quot;);\r\n        Console.WriteLine($&quot;Subtraction: {num1} - {num2} = {subtraction}&quot;);\r\n        Console.WriteLine($&quot;Multiplication: {num1} * {num2} = {multiplication}&quot;);\r\n        Console.WriteLine($&quot;Division: {num1} \/ {num2} = {division}&quot;);\r\n        Console.WriteLine($&quot;Modulus (Remainder): {num1} % {num2} = {modulus}&quot;);\r\n    }\r\n}\r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-537be14 elementor-widget elementor-widget-text-editor\" data-id=\"537be14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h5><strong>Example Output<\/strong><\/h5><p>Let\u2019s say the user enters <strong>15<\/strong> and <strong>4<\/strong> as input. The output would be:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bf2242 e-flex e-con-boxed e-con e-parent\" data-id=\"7bf2242\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-553f96f elementor-widget elementor-widget-docly_code_syntax_highlighter\" data-id=\"553f96f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"docly_code_syntax_highlighter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                    <div class=\"docly-source-code prism-dark\" data-lng-type=\"markup\">\r\n\t\t\t<pre>\r\n\t\t\t\t<code class=\"language-markup\">\r\n\t\t\t\t\tEnter the first number: 15  \r\nEnter the second number: 4  \r\n\r\nResults:  \r\nAddition: 15 + 4 = 19  \r\nSubtraction: 15 - 4 = 11  \r\nMultiplication: 15 * 4 = 60  \r\nDivision: 15 \/ 4 = 3  \r\nModulus (Remainder): 15 % 4 = 3  \r\n\t\t\t\t<\/code>\r\n\t\t\t<\/pre>\r\n            <\/div>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95d33d4 elementor-widget elementor-widget-text-editor\" data-id=\"95d33d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This program helps us understand how arithmetic operators work in C#. It\u2019s simple, useful, and you\u2019ll use these operators in almost every C# program you write.<\/p><p>Now, go ahead and try it yourself!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e5866e elementor-widget elementor-widget-text-editor\" data-id=\"8e5866e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><strong>Final Thoughts<\/strong><\/h3><p>Arithmetic operators in C# are your go-to tools for basic math. They&#8217;re simple to use, and you&#8217;ll need them almost every time you write code. Once you get the hang of them, you\u2019ll be solving problems faster than ever.<\/p><p>\u00a0<\/p><h3><strong>Next what?<\/strong><\/h3><p>Now that you&#8217;ve got a good grip on arithmetic operators, it&#8217;s time to move on. <strong>Next, you will learn about comparison operators<\/strong>\u2014these help you compare values and make decisions in your code.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Understand C# arithmetic operators with examples. Learn addition, subtraction, multiplication, division, and modulus in this simple guide for beginners.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6014,"menu_order":13,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-6016","docs","type-docs","status-publish","hentry","no-post-thumbnail"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/docs\/6016","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/comments?post=6016"}],"version-history":[{"count":7,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/docs\/6016\/revisions"}],"predecessor-version":[{"id":7354,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/docs\/6016\/revisions\/7354"}],"up":[{"embeddable":true,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/docs\/6014"}],"wp:attachment":[{"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/media?parent=6016"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.completecsharptutorial.com\/wp-json\/wp\/v2\/doc_tag?post=6016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}