iMocha’s C# quiz is the ideal pre-hire assessment to gauge candidate’s C- Sharp skills quickly and objectively. The C# quiz test is useful for hiring Senior C# Developer, Senior C# programmer, and Sr. C# Consultant. Our skills test help you reduce hiring cost by 40%.
C# Quiz (High Level) helps Recruiters and Hiring Managers to assess and hire senior level C# developers or programmers by measuring the high-level C# coding skills. The best way to evaluate C# technical strength of an experienced candidate for a job is to give him/her a C# quiz test. The candidate has to write a code which uses the concepts of C# and Error handling to solve the real world problems. So, this Online C-Sharp Quiz is designed to check the C# skills of an experienced person as per industry standards.
This advanced C# Quiz online test has been developed and reviewed by our qualified and experienced Subject Matter Experts (SME). Using powerful reporting, you can have a detailed analysis of the test results to help you make a better hiring decision and predict the candidate’s performance.
This C Sharp quiz (High Level) enables employers and recruiters to identify and hire potential C# developers by evaluating working skills and job readiness. For this reason, in the C# online quiz the emphasis is laid upon evaluating the knowledge of applied skills gained through real work experience, rather than theoretical knowledge.
The online C# quiz may contain AI-LogicBox (Pseudo coding platform) & Coding Simulators, etc.
Michel has found a few straws each of length 1 inch in the storeroom. He took all of them and decided to mark a rectangular area on the floor with straws. He wants to maximize that area of the rectangle.
Write a program for him to find the maximum area using Z straws ( in inches).
Note
Input Format
The first line contains a single integer Z - number of straws.
Output Format
Print the area of the largest rectangle that can be formed using the given straws.
Sample Input
9
Sample Output
3