Bio Page "Avatars" are only able to be changed when a user links up with their Social Networking account, such as Facebook or Twitter.
Don't Have One! : D : P Lol
Do I like your display picture (profile pic)
identification division. program-id. greatest. environment division. data division. working-storage section. 77 a pic 999. 77 b pic 999. 77 c pic 999. procedure division. greatest. display "ENTER THE THREE NUMBERS:". accept a. accept b. accept c. if a > b and a > c display a "is greatest" else if b > c display b "is greatest" else display c "is greatest". display " thank you". stop run.
WikiAnswers does not display profanities. (Cuss words)
go to edit photos on your home page underneath your current display pic. click on the pic you want and it should say "set as default" itshould only take a couple of seconds to change to your new picture. have fun!
Wikianswers does not display offensive or profane words or material.
Identification division. Program-id. Quadratic. Environment division. Data division. Working-storage section. 01 a pic 9(3) value 0. 01 b pic 9(3) value 0. 01 c pic 9(3) value 0. 01 d pic 9(3) value 0. 01 e pic 9(3) value 0. 01 f pic 9(3) value 0. 01 g pic 9(3) value 0. 01 h pic 9(3) value 0. 01 x1 pic 9(3) value 0. 01 x pic z(3).z(2) value 0. 01 x2 pic 9(3) value 0. 01 y pic z(3).z(2) value 0. Procedure division. Display "Written by Martin O. Egua, but not complete". Display "Quadratic equation solver for three values a, b & c" Display "Enter a number: " Accept a. Display "Enter the second number: " Accept b. Display "Enter the last number: " Accept c. compute d = (b * b) compute e = 4 * a * c compute f = 2 * a compute g = d - e compute h = function sqrt (g). compute x1 = (-b) + h compute x = x1 / f Display "X = " x compute x2 = (-b) - h compute y = x2 / f Display "Y = " y Display "Send the accurate program". Stop run.
1. (B) WRITE A PROGRAM TO FIND THE SUM OF INDIVIDUAL DIGITS IN THE GIVEN 'n'DIGIT DECIMAL NUMBER.IDENTIFICATION DIVISION.PROGRAM-ID. PRO.ENVIRONMENT DIVISION.DATA DIVISION.WORKING-STORAGE SECTION.77 NUM PIC ZZZ9.77 N PIC 9999.77 SUM PIC 9(4) VALUE 0.77 R PIC 9.77 SUM1 PIC Z(4)9.PROCEDURE DIVISION.PARA1.DISPLAY " ENTER THE NUMBER ".ACCEPT N.MOVE N TO NUM.DISPLAY " ".DISPLAY " THE NUMBER IS : " NUM.PERFORM PARA2 UNTIL N = 0.MOVE SUM TO SUM1.DISPLAY " ".DISPLAY " THE SUM OF NUM IS " SUM1.STOP RUN.PARA2.DIVIDE N BY 10 GIVING N REMAINDER R.COMPUTE SUM = SUM + R.OUTPUT:
Identification division. Program-id. Fibonacci. Environment division. Data division. Working-storage section. 77 n pic 9(18). 77 n1 pic z(18). 77 m pic 9(18) value 1. 77 o pic 9(18). 77 i pic 9(4) value 1. 77 q pic x. Procedure division. Para-a. Display ( 1 , 1 ) erase. Display ( 2 , 1 ) "fibonacci numbers from 1 to 100 are:". Move 0 to n. Display " ". Display 0. Display 1. Move 0 to o. Para-b. Compute n = o + m. Move n to n1. Move m to o. Move n to m. Display n1. Add 1 to i. If i = 21 display "press tab key to view next page." accept q. If i = 41 display "press tab key to view next page." accept q. If i = 61 display "press tab key to view next page." accept q. If i = 81 display "press tab key to view next page." accept q if i = 99 go to stop-para else go to para-b. Stop-para. Display " ". Stop run.
WikiAnswers is ad-supported, meaning that people pay WikiAnswers to display ads on their website. When people click the ads on WikiAnswers, WikiAnswers receives money. WikiAnswers may also get money from partnerships with other websites.Answers.com makes a profit from wikianswers when you click on the textual advertisements provided by Google.
WikiAnswers does not display swear words in any language.
No, Wikianswers does not display graphics.