EnaamAldany
I am a student at the University College studying computerized information security engineering
UcasGaza
Pinned Repositories
-website-about-information-security
simple website about information security
a-question-E2.1-from-Big-Java-book
Write an AreaTester program that constructs a Rectangle object and then computes and prints its area. Use the getWidth and getHeight methods. Also print the expected answer
a-question-R1.11-from-a-Big-Java-book
الفرق بين ( syntax error and logic error)
E2.1
a question E2.1 from Big Java book .Write an AreaTester program that constructs a Rectangle object and then computes and prints its area. Use the getWidth and getHeight methods. Also print the expected answer
E3.11
من كتاب Big Java الاصدار السادس
E3.11-
من كتاب Big Java الاصدار السادس
E4.15
Write a program that reads in an integer and breaks it into a sequence of individual digits. For example, the input 16384 is displayed as 1 6 3 8 4 You may assume that the input has no more than five digits and is not negative.
how-to-draw-a-shap-in-java
E2.9 In the Java library, a color is specified by its red, green, and blue components between 0 and 255 (see Table 4 on page 66). Write a program BrighterDemo that constructs a Color object with red, green, and blue values of 50, 100, and 150. Then apply the brighter method of the Color class and print the red, green, and blue values of the resulting color. (You won’t actually see the color—see Exercise E2.10 on how to display the color.)
P4.2
P4.2-
EnaamAldany's Repositories
EnaamAldany/-website-about-information-security
simple website about information security
EnaamAldany/a-question-E2.1-from-Big-Java-book
Write an AreaTester program that constructs a Rectangle object and then computes and prints its area. Use the getWidth and getHeight methods. Also print the expected answer
EnaamAldany/a-question-R1.11-from-a-Big-Java-book
الفرق بين ( syntax error and logic error)
EnaamAldany/E2.1
a question E2.1 from Big Java book .Write an AreaTester program that constructs a Rectangle object and then computes and prints its area. Use the getWidth and getHeight methods. Also print the expected answer
EnaamAldany/E3.11
من كتاب Big Java الاصدار السادس
EnaamAldany/E3.11-
من كتاب Big Java الاصدار السادس
EnaamAldany/E4.15
Write a program that reads in an integer and breaks it into a sequence of individual digits. For example, the input 16384 is displayed as 1 6 3 8 4 You may assume that the input has no more than five digits and is not negative.
EnaamAldany/how-to-draw-a-shap-in-java
E2.9 In the Java library, a color is specified by its red, green, and blue components between 0 and 255 (see Table 4 on page 66). Write a program BrighterDemo that constructs a Color object with red, green, and blue values of 50, 100, and 150. Then apply the brighter method of the Color class and print the red, green, and blue values of the resulting color. (You won’t actually see the color—see Exercise E2.10 on how to display the color.)
EnaamAldany/P4.2
EnaamAldany/P4.2-
EnaamAldany/practices
EnaamAldany/R2.20
Consult the API documentation to find methods for
EnaamAldany/Calculator-on-html-css-javascript-
Calculator on(html+css+javascript)
EnaamAldany/Powerpoint
EnaamAldany/simple-website-about-information-security
simple website about information security
EnaamAldany/Sudoku-Solver-Enaam
Sudoku Solver in java using Backtracking and CSP algorithms