[solved] – Question 79500

Write a program that takes a number n and finds and adds separately the sum of all the even numbers
and odd numbers in two different variables upto that number and at the end prints the product of those
two number
Input: 10.
so
=> even(2,4,6,8,10) sum of even is = 30.
=>odd(1,3,5,7,9) sum of odd is = 25
25*30
Output: 750.

Expert Answer


[solved] – Question 79578

Using Java Fx and OOPS concepts code the Assignment 2 in Java FX. Style the 3 scenes in this app using separate stylesheets.
The application Pizzashop will have all the choices for regular and feast pizza.
1.In the first scene, ask name, type (radiobutton) and size of pizza (radiobutton) and let the user add toppings (CheckBox, check for max toppings for each of the pizza )Show a logo on top left corner with all the title for your shop.
2. Once the user clicks a button in scene1, it takes him to scene 2 where the user sees his order details and a choice to choose his payment.(use radiobutton here). Once the user clicks a payment button in scene 2, it takes him to scene 3.

3. In scene 3, For debit and credit payment show a hyperlink window which takes the user to the respective payment sites, ex interac for debit., paypal for credit. and an image of cash for cash option.

Expert Answer


[solved] – Question 79579

asking about apple store programming and web site designing

Expert Answer


[solved] – Question 79639

Can you do me a competitors analysis fir a company in saudi arabia?

Expert Answer


[solved] – Question 79640

library management system

Expert Answer


[solved] – Question 79693

The internet is vast. It is a host to a myriad of information resources that provide access to a wide range of information. Outline and discuss 5 internet resources.

Expert Answer


[solved] – Question 79695

A business model show an e-commerce organisation intends on generating revenue.
1.Discuss the following business model: advertising model, e-tailing, informediary, brokers, market, makers, community,
2.Benefits of internet virtual chain

Expert Answer


[solved] – Question 79696

Website security is the use tools and methods to protect the electronic assets of an organisation from abuse by authorised and unauthorised people who gain access to corporate assets through the corporate website.
1.Explain the offline ways to enhance security.

Expert Answer


[solved] – Question 79697

Although many techniques exist to help create a consistent look and feel for a website, certain problems can detract from a website design.
1.Briefly describe these common design problems.
2.Write a code to create a web page with the words “Web page Master”. Include formatting.

Expert Answer


[solved] – Question 797

Can we use [b]switch[/b] operator for strings?

Expert Answer