C#
What does ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What does operator
%
do?
Converts a fractional number into a percentage
Returns the remainder of the division
It returns the percentage of the two operands
It formats values of the different types into a string
Explanation
Read more:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/remainder-operator
operators
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Какие из этих операторов выполняет не только арифметические операции?
Чему будет равен x в примере ниже? var a = 2 var x = 1 + (a*=2)
Какой результат даного кода? var a = 2; console.log(~a);
C
#
Quiz
Login to learn C#
or
Read more about
C# Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
C# quizzes
Дан код: switch ("a") { case "b": console.log("b"); break; default: console.log("d"); case "c": console.log("c"); } Что будет выведено на консоль.
Каким будет значение переменной out после выполнения нижеприведенного кода? var msg = "Welcome to Quizful"; var out = msg.substr(3, 3);
Как правильно писать IF конструкцию в JavaScript?
Что выведет Alert? alert(1/0);
Каких побитовых операторов НЕТ в JavaScript (выберите все подходящие варианты)?
Чему будет равна переменная а? var a = 5; var a;
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment