Programming & Design /////////////////////////////////////////// Question: How can I created this in Microsoft access ? Posted: 25 Oct 2015 01:13 PM PDT https://answers.yahoo.com/question/index?qid=20151025131329AANcay5 I want to make a database which displays a text when I choose a combination of language + category + type. The final result should be something like this : http://i58.tinypic.com/2iuzw2g.jpg As I am a just starting to learn how to work with access, I am already stuck. In how many tables should I store the data ? I guess I need one table with all the texts for each combination of language and category ? Then I link them together ? Then I make a display ? Or is this completely wrong and does someone has some advise on which steps to follow ? /////////////////////////////////////////// Question: I need assistance with my C++ program. It has to print the user input for rows, columns and in whatever symbol they input.? Posted: 25 Oct 2015 12:58 PM PDT https://answers.yahoo.com/question/index?qid=20151025125817AA7T5ur SampleExecution 1 > $ ./hw 2 5 + > $ + + + + + > $ + + + + + SampleExecution 2 > $ ./hw 6 6 A > $ A A A A A A A > $ A A A A A A A > $ A A A A A A A > $ A A A A A A A > $ A A A A A A A > $ A A A A A A A > $ A A A A A A A This is my code so far. using namespace std; int main(int argc, char* argv[]) { int row, col, symbol; cin >> row >> col >> symbol; for ( int c = 0; c When i put them in it just shows nothing. /////////////////////////////////////////// Question: What is the best way to set up a website with paid members only content? Posted: 25 Oct 2015 12:42 PM PDT https://answers.yahoo.com/question/index?qid=20151025124232AACui4R /////////////////////////////////////////// Question: What's the best laptop for web development? Posted: 25 Oct 2015 12:30 PM PDT https://answers.yahoo.com/question/index?qid=20151025123019AAw1Hob Make/model /////////////////////////////////////////// Question: Please help me to write a PowerShell script using if and else statements. thanks so much? Posted: 25 Oct 2015 12:21 PM PDT https://answers.yahoo.com/question/index?qid=20151025122126AAnYpbY 8. Write a short script which will do the following: -test to see if the userlogon.txt file exists in the scripts folder on drive C. -if the file does not exist move the file to the $home\Administrator\scripts folder and rename it user.logon.txt.old -if it does not exist display a message "File not found" /////////////////////////////////////////// Question: I need help to write a PowerShell script. Please help me to solve this problem. Thanks so much? Posted: 25 Oct 2015 12:19 PM PDT https://answers.yahoo.com/question/index?qid=20151025121911AAqbZMp 6. Write a script that will change the prompt path to your documents folder . Display a directory listing of only subfolders in the documents folder. Test to see if a folder Win222 exists, and if it does exist, prompt the user to confirm if he/she wants to delete the folder (use a common parameter). If it does not exist, display a message “Win222 not found” /////////////////////////////////////////// Question: Sum of digits of an integer in Java? Posted: 25 Oct 2015 12:08 PM PDT https://answers.yahoo.com/question/index?qid=20151025120831AAXFKGR Hello, I am currently learning Java, nd I have to calculate the sum of digits of an Integer, and then the sum of digits for the first sum calculated and so on: How do I do this? /////////////////////////////////////////// Question: Python programming issue!? Posted: 25 Oct 2015 11:55 AM PDT https://answers.yahoo.com/question/index?qid=20151025115512AAX20a5 So i recently started learning python..I can see there are lots of modules.is it possible to know them all and all their command functions.and.How do i find the modules installed on my computer(is there a code to write on python to do that).....thank you /////////////////////////////////////////// Question: Ifndef C++? Posted: 25 Oct 2015 11:54 AM PDT https://answers.yahoo.com/question/index?qid=20151025115433AA5p3hs I understand the principles behind preprocessor directives. I'm confused about syntax. Let's say I have this class. Header file MyClass.h { class MyClass { private int tester; } } And.. let's just pretend there's a matching spec file. Now, lets also assume I want to include iostream from the std in this class because it will implement cin and cout. How do I go about using the ifndef precprocessor directives in order to make this happen. This is what I have now and it's not working: . . . Also, where should the ifndef series be placed? Should it be in the header file , the implementation file , or both? /////////////////////////////////////////// Question: Java coding help...? Posted: 25 Oct 2015 11:49 AM PDT https://answers.yahoo.com/question/index?qid=20151025114947AAtpT24 Ok so I need to have a boolean method that takes in a number (index) and judges if its true or false. Then I need another method that adds to the array list only if the other method is true, or else gives an error message. public boolean validIndex(int index) { if((index >= 0) && (index 0)//Write a conditional statement checking to see word is equal to display if(word == display){//Update element id "theStatus" and set it equal to "Congratulations! You won!" document.getElementById(theStatus).innerHTML = display = "Congrats!"}//Update element id "theStatus" and set it equal to "HANGMAN! Your man has been hanged! The word was and concatenate the variable word else{document.getElementById(theStatus).innerHTML = display = "HANGMAN!Thewordwas" + word} /////////////////////////////////////////// Question: How do I get GoDaddy to stop hanging up on me? Posted: 25 Oct 2015 10:36 AM PDT https://answers.yahoo.com/question/index?qid=20151025103647AAOHzhE I'm calling to find out how to upload code from Notepad to WordPress on GoDaddy. When I call them, after the main greeting, the phone call automatically disconnects. How do I stop the call from disconnecting? /////////////////////////////////////////// Question: Hi there! How to attach a pre-defined function (or toolbox) when making a standalone executable in Matlab!? Posted: 25 Oct 2015 10:35 AM PDT https://answers.yahoo.com/question/index?qid=20151025103523AAWdEKx I have built a Matlab GUI that uses the Riemann zeta function. when i use deploytool, Can I add that function to the standalone version ?? /////////////////////////////////////////// Question: Calculating age in vb6? Posted: 25 Oct 2015 10:33 AM PDT https://answers.yahoo.com/question/index?qid=20151025103356AAeJBkh I have a task to do. I have a textbox that's been validated to enter a valid date. Upon entering the date, i need to be able to calculate the age and have it displayed in a label. Additionally I have to display whether the person was born in a leap year and if they have to show the leap year. Pleas help with any part of it /////////////////////////////////////////// Question: Help on python programming!!!?? Posted: 25 Oct 2015 10:24 AM PDT https://answers.yahoo.com/question/index?qid=20151025102403AATEx9h so i started learning python recently ...i can see that there are lots of modules and each of them has lots of commands....do i have to learn them all .if so where can i find them ... /////////////////////////////////////////// Question: Visual basic help with timer? Posted: 25 Oct 2015 10:16 AM PDT https://answers.yahoo.com/question/index?qid=20151025101655AAy0nF8 So I have to set up a time in vb6 where after 5 minutes of inactivity i have another form open up and prompt the user to either continue or cancel out upon inputting a number into an input box. how would i go about setting up the timer /////////////////////////////////////////// Question: How to calculate the average of numbers which input by keyboard using inline assembly code? Posted: 25 Oct 2015 09:47 AM PDT https://answers.yahoo.com/question/index?qid=20151025094742AAauF46 /////////////////////////////////////////// Question: Aspiring Computer Programmer's Question? Posted: 25 Oct 2015 09:19 AM PDT https://answers.yahoo.com/question/index?qid=20151025091941AA4OtPS Hi. I'm 14, and I know Logo Language like the palm of my hand, despite its uselessness and irrelevance in the Tech world today. I'm excelling in a JavaScript course I'm taking, and on November 11th I'll commence a C++ course. In high school, I'm going to pursue the Programming elective and learn visual basic. I also plan to learn Assembly Language and Swift at some point down the road, among others. Despite all of this, I have never been a math person. Crazy, right? I struggle to get an A in Algebra, and I still have trouble with my multiplication tables. Mental math has never been my thing, and just all around, math is not my strong suit. I love science, though. What is this? Do I need to learn math better? Why am I doing so well in programming despite my lack of prowess in math? Am I never going to be a professional coder? I guess what I'm really asking for here is just reassurance that I'll still be able to follow the path down code. Thanks! /////////////////////////////////////////// Question: Should I learn Python and HTML together? Posted: 25 Oct 2015 07:54 AM PDT https://answers.yahoo.com/question/index?qid=20151025075421AAPKFJP /////////////////////////////////////////// Question: How to output a number which has been counted in the looping using assembly language in visual studio? Posted: 25 Oct 2015 07:36 AM PDT https://answers.yahoo.com/question/index?qid=20151025073605AAoLKm9 I use char at the beginning..like"char message[]="The number is:" and then call printf. And what's more do I need to output the number which has been counted in the looping? /////////////////////////////////////////// Question: Money paying websites for making html,c++ websites ? Posted: 25 Oct 2015 06:46 AM PDT https://answers.yahoo.com/question/index?qid=20151025064607AAYPH1p /////////////////////////////////////////// Question: Learned C, C++ and JavaScript,What to do now?I'm a 16 year old programmer.I've already created a handful of games using SFML.What to do now? Posted: 25 Oct 2015 06:41 AM PDT https://answers.yahoo.com/question/index?qid=20151025064147AATWhNO I've been practicing my programming skills for 3 years, and have created a lot of small games and programs till date. I wanted to ask that, should I stick with these languages or move to the new ones. I actually desire to become a software developer, not a web developer, so what should I do now? /////////////////////////////////////////// Question: Learned C, C++ and JavaScript , What to do now? Posted: 25 Oct 2015 06:27 AM PDT https://answers.yahoo.com/question/index?qid=20151025062701AA5443y /////////////////////////////////////////// Question: Hangman Coding Help? (pt.1)? Posted: 25 Oct 2015 06:09 AM PDT https://answers.yahoo.com/question/index?qid=20151025060915AAEhbW2 //HERE ARE THE GLOBAL VARIABLES //Create a variable called guessInt set equal to 6 var guessInt = 6 //Create a variable called guessStr set equal to "You have " concatenated with variable guessInt concatenated with " tries left" var guessStr = "You have" + guessInt + "tries left" function getWord() { //Initialize array words using the condensed format with a minimum of 15 words up to as many choose var words = new Array("Kitty", "Comfortable", "Redrum", "Anime", "otaku", "senpai", "mangaka", "convention", "lolita", "prayer", "brave", "jesus", "holyspirit", "biblestudy", "chialpha"); //Generate a random index value using Math object methods Math.floor, Math.random, and the scaling factor based on the length of the words array defined above var index = Math.floor(Math.random(words.length)); return words[index]; } function getDisplay() { //Loop through the length of the selected word and update display with dashes for() { display = ("-"*words.length); } } /////////////////////////////////////////// Question: Shtml file do not get included in file of inlcudes? Posted: 25 Oct 2015 05:56 AM PDT https://answers.yahoo.com/question/index?qid=20151025055652AAyas7T I got syntaxhightler to work on our site. However adding numerous scripts to each page would be pain staking. SSI already works and i use it often on our server. Page working hard coding scripts in http://python-gaming.com/test.html page using SSI to include the scripts for CSS and js http://python-gaming.com/testhighlighter.html In both, all the content is there. I tried adding the SyntaxHighlighter.all() to "after" the code, but to no avail worked. on testhighlighter.html I have bringing in the .shtml file that has the regular includes for css and js. It looks to include it as it is existnig in the page source but it does not show the syntax highlighting as it did if i did not use SSI /////////////////////////////////////////// Question: Matlab script to solve x = 0.75*y^2 - 0.25*y^3, where y is the height of sphere submerged and x is the specific density(p) (0
1? Posted: 25 Oct 2015 01:46 AM PDT https://answers.yahoo.com/question/index?qid=20151025014637AAa8aE5 /////////////////////////////////////////// Question: The roots of a quadratic equation [ax2+bx+c=0] are given as x=(-b(b^2-4ac))/2a write a Pascal program to calculate value of x? Posted: 25 Oct 2015 01:44 AM PDT https://answers.yahoo.com/question/index?qid=20151025014440AAJpizl /////////////////////////////////////////// Question: New to java. need help? Posted: 25 Oct 2015 01:35 AM PDT https://answers.yahoo.com/question/index?qid=20151025013533AAbkJAr I'm very new to java programming and i need help on a very specific thing. how do i make the program think of the number 15 (x) as 30 (y)? so when the person types in 15 the program would think that the number 15 is 30. i'd really a appreciate the help. thanks. /////////////////////////////////////////// Question: Why can't my computer show animated gifs? Is there a program I can install to let me see them? Posted: 25 Oct 2015 12:47 AM PDT https://answers.yahoo.com/question/index?qid=20151025004740AAFRGxP When I download gifs onto my computer, they just show up as pictures. /////////////////////////////////////////// Question: Help with SQL group function COUNT? Posted: 25 Oct 2015 12:16 AM PDT https://answers.yahoo.com/question/index?qid=20151025001629AAwYl0B I'm doing Oracle training. Why is this wrong? select dept_id, count(name) from employees; dept_id is an integer and name is a char. /////////////////////////////////////////// Question: Print out B two times? Why? Posted: 24 Oct 2015 11:46 PM PDT https://answers.yahoo.com/question/index?qid=20151024234611AADEDV4 why does the following program print out 12 two times. I know that if you remove ' (b) > n1 >> n2; q = n1 / n2; cout > answer; switch (answer) { case 'e': case'E': {int e = 0; e += 1; cout << e; break; } case 'a': case'A':{ int a = 0; a += 2; cout << a; break; } case 'i': case 'I':{ int i = 0; i += 3; cout << i; break; } default: break; } return 0; } /////////////////////////////////////////// Question: I got a choice of doing training on Bigdata & Hadoop, Cloud Computing, Advanced Java or Mobile Apllication using Java. Which do I choose? Posted: 24 Oct 2015 11:14 PM PDT https://answers.yahoo.com/question/index?qid=20151024231435AAuAXO9 I am a Computer Science Engineering student, and I am into 3rd year of my B.Tech. course. /////////////////////////////////////////// Question: Unable to create a folder "Unkown Error/Contact Customer Support"? Posted: 24 Oct 2015 11:08 PM PDT https://answers.yahoo.com/question/index?qid=20151024230842AAgG2PX /////////////////////////////////////////// Question: HTML CSS Question!? Posted: 24 Oct 2015 11:07 PM PDT https://answers.yahoo.com/question/index?qid=20151024230737AABtwcZ Can someonw tell me , when a create a button in html , after the CSS when i press it a sky color border appears by default can I remove it? its a default color. /////////////////////////////////////////// Question: Need help with this coding task? Posted: 24 Oct 2015 11:01 PM PDT https://answers.yahoo.com/question/index?qid=20151024230157AAXdFUS Question is : The character 'b' is char('a'+1), 'c' is char('a'+2), etc. Use a loop to write out a table of characters with their corresponding integer values: a 97 b 98 . . . z 122 Does this code require type conversion? Because if so, I don't understand type conversion very clearly.. Just tell me if I need to read about type conversion. If this can be done with any other method.. give me hints please Thank you Need to do this with while loop in C++.. /////////////////////////////////////////// Question: How to write html program to display our name and address? Posted: 24 Oct 2015 10:50 PM PDT https://answers.yahoo.com/question/index?qid=20151024225009AAB9OAk /////////////////////////////////////////// Question: How long will it take me to create an Android app with no programming experience? Posted: 24 Oct 2015 10:21 PM PDT https://answers.yahoo.com/question/index?qid=20151024222121AA8lwbc I'm in college and for my lower division Intro to Engineering course, we can choose to do anything we want for our final project. I'm going to do a life quotes Android app, and I'm not trying to make it perfect, but just make it basic and I'm doing it to learn. How long will it me to make that if I have no programming experience? Should I consider creating an iOS app instead? I have an HP Chromebook though, which is not compatible for it, but if it's a better choice for reasons I don't know, I could find a way around it maybe... Thanks! /////////////////////////////////////////// Question: Font style on Final Cut Pro X? Posted: 24 Oct 2015 10:14 PM PDT https://answers.yahoo.com/question/index?qid=20151024221436AAjBHEB This is just one of the many videos I've seen with this font - https://vine.co/v/eELxuOueJaD (the water mark and the words across the screen) - and I don't know if its a separate program used to get that or its a way to set a title on Final Cut Pro. This is probably a stupid question but I'm just curious. /////////////////////////////////////////// Question: Is there a command like ctl/alt/del for mac? Posted: 24 Oct 2015 09:48 PM PDT https://answers.yahoo.com/question/index?qid=20151024214836AAksb85 /////////////////////////////////////////// Question: How much is file size for setup RAD Studio 10? Posted: 24 Oct 2015 09:05 PM PDT https://answers.yahoo.com/question/index?qid=20151024210542AAxzzwP i'm going to download RAD Studio 10 and get the trial 30 days so first of all i wanted to know how much is the actual file size for downloading the installer till its done i choose the C++ Builder Seattle and Delphi 10 Seattle but the android SDK And NDK wasn't choosen /////////////////////////////////////////// Question: Feedback on my blogger template design? Posted: 24 Oct 2015 08:58 PM PDT https://answers.yahoo.com/question/index?qid=20151024205823AAFVDjA I d like to know what you think of my new template. especially thr header photo http://alasecondee.blogspot.com.eg/ the original template has split header but I changed that, http:/easy-minimalist-template.blogspot.com.eg what do yu think?